Skip to content
Like Geeks - Page 2 of 11 - Linux, Server administration, and Python programming

  • Home
  • Linux
    • Linux Commands
    • Bash Scripting
  • Server Administration
  • Web Development
  • Python
    • NumPy
    • Pandas
    • Seaborn
Python Numba compiler (Make numerical code runs super fast)
Python

Python Numba compiler (Make numerical code runs super fast)

Mokhtar Ebrahim February 26, 2023

Numba is a powerful JIT(Just-In-Time) compiler used to accelerate the speed of large numerical calculations in Python. It uses the…

LRU cache in Python (Simple Examples)
Python

LRU cache in Python (Simple Examples)

Gaurav Kr Roy August 23, 2022

Often, speed & high performance come into our mind when we hear the term cache. In general, cache memory boosts…

Python deque tutorial (Simple Examples)
Python

Python deque tutorial (Simple Examples)

Gaurav Kr Roy January 29, 2023

Data structures play a significant role in arranging data in a specific format or order. Deque is a data structure…

How to create a Python terminal progress bar using tqdm?
Python

How to create a Python terminal progress bar using tqdm?

Mokhtar Ebrahim October 5, 2022

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 March 4, 2023

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 February 27, 2023

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 January 29, 2023

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 January 29, 2023

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 January 29, 2023

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 January 29, 2023

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

Send Emails using Python (Multiple Examples)
Python

Send Emails using Python (Multiple Examples)

Mokhtar Ebrahim August 23, 2022

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 February 22, 2023

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

Posts navigation

Back 1 2 3 4 … 11 Next
My Published Book

My Book

Latest Posts
  • Convert Pandas DataFrame to NumPy array
  • Convert NumPy array to Pandas DataFrame (15+ Scenarios)
  • 20+ Examples of filtering Pandas DataFrame
  • Seaborn lineplot (Visualize Data With Lines)
  • Python string interpolation (Make Dynamic Strings)
  • Seaborn histplot (Visualize data with histograms)
  • Seaborn barplot tutorial (Visualize your data in bars)
  • Python pytest tutorial (Test your scripts with ease)
Advertisements
  • Disclaimer
  • Privacy Policy
  • About
  • Contact