Pankaj Kumar

Pankaj Kumar

Pankaj Kumar is the founder and CEO of CodeForGeek, with more than 14 years in IT. He is an open-source enthusiast who enjoys sharing what he learns through CodeForGeek and YouTube, with a focus on Python, data analytics, machine learning, Angular, Node.js, and Kafka.

Bubble Sort Algorithm in Python

Bubble sort is the simplest sorting algorithm in computer science. Bubble sort performs the sorting process by swapping adjacent elements if they’re not in the desired (ascending or descending) order. This process repeats from the beginning of the list of…

How to install Atom editor in Ubuntu

How To Install Atom Text Editor On Ubuntu

Atom is one of the most commonly used text editors for writing programs. It is not only light in weight but also offers a large number of features and customizability. It also supports third-party libraries that are super useful. For…