Skip to content
Like Geeks - Linux, Server administration, and Python programming

  • Home
  • Linux
  • Server Administration
  • Web Development
  • Python
How to create a Python terminal progress bar using tqdm?
Python

How to create a Python terminal progress bar using tqdm?

Mokhtar Ebrahim 2022-06-09

Today’s world is extremely fast-paced. A recruiter spends less than10 seconds on one resume, and a website has less than…

Python Discord bot tutorial
Python

Python Discord bot tutorial

Mokhtar Ebrahim 2022-05-282022-06-09

Discord bots are programs that allow automated interaction with Discord services. They can be programmed to do simple tasks, such…

Python print() function tutorial
Python

Python print() function tutorial

Mokhtar Ebrahim 2022-04-232022-05-03

In Python, the print function is a powerfully useful tool if you know how to utilize it. The print() function is used…

Quicksort algorithm in Python (Step By Step)
Python

Quicksort algorithm in Python (Step By Step)

Mokhtar Ebrahim 2022-04-202022-05-03

In the world of programming, the answers to most of your questions will be found within the data stored in…

Profiling in Python (Detect CPU & memory bottlenecks)
Python

Profiling in Python (Detect CPU & memory bottlenecks)

Mokhtar Ebrahim 2022-02-282022-04-05

Have you been working with datasets in your code that have huge chunks of data, and as soon as you…

Python PDF processing tutorial
Python

Python PDF processing tutorial

Mokhtar Ebrahim 2022-02-082022-05-03

PDF or Portable Document Format first was introduced by Adobe, but now the International Organization for Standardization (ISO) maintains it…

How to round numbers in Python
Python

How to round numbers in Python

Mokhtar Ebrahim 2022-01-312022-04-23

This tutorial touches upon one of basic fundamental practices – rounding numbers in Python. Rounding off is a basic yet…

Send Emails using Python (Multiple Examples)
Python

Send Emails using Python (Multiple Examples)

Mokhtar Ebrahim 2022-01-262022-04-05

Python lets you automate the task of sending emails by using its built-in modules. Doing so frees you from the…

Python time module (Simple Examples)
Python

Python time module (Simple Examples)

Mokhtar Ebrahim 2022-01-182022-04-05

Python’s time module plays a fundamental part in many applications of computer science. It allows you to perform some major…

Lists VS Tuples in Python
Python

Lists VS Tuples in Python

Mokhtar Ebrahim 2022-01-11

Python introduces four built-in data types that let you hold a collection of objects or values: list, tuple, dictionary, and…

Sort NumPy arrays in Python
Python

Sort NumPy arrays in Python

Mokhtar Ebrahim 2022-01-022022-04-20

Many of Python’s popular libraries use NumPy under the hood as a fundamental pillar of their infrastructure. Beyond slicing, dicing,…

Python NumPy arange() Tutorial
Python

Python NumPy arange() Tutorial

Mokhtar Ebrahim 2021-12-272022-01-11

NumPy library offers a wide range of functions and, arange function is one of the most used methods. The arange…

Posts navigation

1 2 3 … 10 Next
My Published Book

My Book

Latest Posts
  • How to create a Python terminal progress bar using tqdm?
  • Python Discord bot tutorial
  • Python print() function tutorial
  • Quicksort algorithm in Python (Step By Step)
  • Profiling in Python (Detect CPU & memory bottlenecks)
  • Python PDF processing tutorial
  • How to round numbers in Python
  • Send Emails using Python (Multiple Examples)
Advertisements
Advertisements
  • Disclaimer
  • Privacy Policy
  • About
  • Contact