Skip to content
Mokhtar Ebrahim, Author at Like Geeks - Page 2 of 9

  • Home
  • Linux
    • Linux Commands
    • Bash Scripting
  • Server Administration
  • Web Development
  • Python
    • NumPy
    • Pandas
    • Seaborn

Author: Mokhtar Ebrahim

Mokhtar is the founder of LikeGeeks.com. He works as a Linux system administrator since 2010. He is responsible for maintaining, securing, and troubleshooting Linux servers for multiple clients around the world. He loves writing shell and Python scripts to automate his work.
Lists VS Tuples in Python
Python

Lists VS Tuples in Python

Mokhtar Ebrahim February 22, 2023

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
NumPy

Sort NumPy arrays in Python

Mokhtar Ebrahim March 18, 2023

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
NumPy

Python NumPy arange() Tutorial

Mokhtar Ebrahim March 18, 2023

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

CSV processing using Python
Python

CSV processing using Python

Mokhtar Ebrahim January 29, 2023

Throughout this tutorial, we will explore methods for reading, writing, and editing CSV (Comma-Separated Values) files using the Python standard…

Remove punctuation using Python
Python

Remove punctuation using Python

Mokhtar Ebrahim January 29, 2023

If you have ever worked processing a large amount of textual data, you would know the pain of finding and…

JSON Processing using Python
Python

JSON Processing using Python

Mokhtar Ebrahim August 18, 2022

In this tutorial, you’ll learn various JSON processing techniques such as load JSON objects, write, sort JSON, or parse JSON,…

Python math functions (Simple Examples)
Python

Python math functions (Simple Examples)

Mokhtar Ebrahim August 18, 2022

In this tutorial, you will learn about Python math functions in the math module of Python. Mathematical calculations are always…

NumPy array reshape (Shape transformation without data change)
NumPy

NumPy array reshape (Shape transformation without data change)

Mokhtar Ebrahim March 18, 2023

In this tutorial, you will learn about reshaping the NumPy arrays. This tutorial focuses on the reshaping technique using the…

Generate random numbers in Python
Python

Generate random numbers in Python

Mokhtar Ebrahim March 1, 2023

There are two types of random number generators: pseudo-random number generators and true random number generators. Pseudorandom numbers depend on…

Python Priority Queue (Step By Step Guide)
Python

Python Priority Queue (Step By Step Guide)

Mokhtar Ebrahim August 18, 2022

A queue is a data structure that retrieves data items in an order called FIFO (first in first out). In FIFO,…

Depth First Search algorithm in Python (Multiple Examples)
Python

Depth First Search algorithm in Python (Multiple Examples)

Mokhtar Ebrahim August 18, 2022

Depth First Search is a popular graph traversal algorithm. In this tutorial, We will understand how it works, along with…

Python correlation matrix tutorial
Python

Python correlation matrix tutorial

Mokhtar Ebrahim August 18, 2022

In this blog, we will go through an important descriptive statistic of multi-variable data called the correlation matrix. We will…

Posts navigation

Back 1 2 3 4 … 9 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)
  • Disclaimer
  • Privacy Policy
  • About
  • Contact