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

  • Home
  • Linux
    • Linux Commands
    • Bash Scripting
  • Server Administration
  • Web Development
  • Python
    • NumPy
    • Pandas
    • Seaborn
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,…

Slicing In Python (Comprehensive Tutotial)
Python

Slicing In Python (Comprehensive Tutotial)

Shahbaz Khan February 26, 2023

Programming in Python involves frequently working with sequential or ‘indexed’ data. Indexed data are the ones stored in such structures…

Modulo Operator In Python (Simplified Examples)
Python

Modulo Operator In Python (Simplified Examples)

Shahbaz Khan February 28, 2023

There are two ways in which we can do arithmetic division of two numbers. One of them is the floating-point…

Posts navigation

Back 1 2 3 4 5 … 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