TipsMake
Newest

Program - Page 3

Learn basic programming with C, C++, Python, JavaScript, PHP, CSS, HTML5 programming languages. You can also find tutorials on databases, SQL Server here.

PyPy Series - Part 1: Introduction to PyPy
12 February 2025

PyPy Series - Part 1: Introduction to PyPy

Besides the default CPython version, PyPy is another complete version of Python. PyPy offers higher performance than CPython because it is a JIT compiler.

Reverse linked list
12 February 2025

Reverse linked list

What is a Reverse linked list and two ways to solve the Reverse linked list problem in Python will be shared in the most detail through the article below.

Shift linked list problem
12 February 2025

Shift linked list problem

In the previous lesson, we learned the answer to the Reverse linked list problem. In this lesson, we will solve the shift linked list problem.

Class inheritance in Python (P1)
12 February 2025

Class inheritance in Python (P1)

Classes along with objects are the core components of Python. Classes provide a way to organize attributes (data) and methods (behaviors). Let's explore them further.

Introducing the greedy algorithm
12 February 2025

Introducing the greedy algorithm

In this article, I will introduce a rather interesting algorithm called greedy algorithm and its detailed solution.

Merge Linked List Problem
12 February 2025

Merge Linked List Problem

Continuing the Linked List topic in the Algorithm & Data Structure series, today I will introduce to you the Merge Linked List problem. In this article, I will give 2 solutions to

Class Inheritance in Python (Part 2)
12 February 2025

Class Inheritance in Python (Part 2)

In the previous part, I mentioned the basic properties of classes in Python. In this part, I will mention the advanced properties and characteristics of classes.

What is ActiveMQ? Benefits of ActiveMQ
12 February 2025

What is ActiveMQ? Benefits of ActiveMQ

ActiveMQ is an open source messaging software that serves as the backbone for the architecture of distributed applications built on messaging.