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

  • Home
  • Linux
  • Server Administration
  • Web Development
  • Python
Python map() Function (Loop without a loop)
Python

Python map() Function (Loop without a loop)

Shahbaz Khan 2021-04-062023-01-29

Have you been using for loops to perform repetitive tasks on a list of items in Python? Did you wish there existed…

A Foolproof Guide to Infinity In Python
Python

A Foolproof Guide to Infinity In Python

Shahbaz Khan 2021-03-312022-08-18

Numbers are an integral part of programming. Hence, programming languages support various datatypes to represent different kinds of numbers and…

11 Amazing NumPy Shuffle Examples
Python

11 Amazing NumPy Shuffle Examples

Shahbaz Khan 2021-03-252023-01-29

Python’s NumPy package offers various methods that are used to perform operations involving randomness, such as the methods to randomly…

The Unconventional Guide to Colors In Python
Python

The Unconventional Guide to Colors In Python

Shahbaz Khan 2021-03-162023-01-29

If you have been programming in Python, chances are high that you have encountered at least one library that offers…

NumPy Meshgrid From Zero To Hero
Python

NumPy Meshgrid From Zero To Hero

Shahbaz Khan 2021-03-092022-08-18

Python’s NumPy is the most commonly used library for working with array/matrix data. A matrix can be viewed as a…

3D plotting in Python using matplotlib
Python

3D plotting in Python using matplotlib

Shahbaz Khan 2021-02-262022-08-27

Data visualization is one such area where a large number of libraries have been developed in Python. Among these, Matplotlib…

Normalization using NumPy norm (Simple Examples)
Python

Normalization using NumPy norm (Simple Examples)

Shahbaz Khan 2021-02-192023-01-29

Normalization of a vector or a matrix is a common operation performed in a variety of scientific, mathematical, and programming…

NumPy random seed (Generate Predictable random Numbers)
Python

NumPy random seed (Generate Predictable random Numbers)

Nidhi Bansal 2021-02-122023-01-29

Most of you must have to use NumPy random seed during Python coding. Sometimes, we use code repeatedly but don’t…

Dijkstra’s algorithm in Python (Find Shortest & Longest Path)
Python

Dijkstra’s algorithm in Python (Find Shortest & Longest Path)

Carter Walford 2021-02-092022-08-18

In a previous tutorial, we talked about the Depth First Search algorithm where we visit every point from A to…

Depth First Search algorithm in Python (Multiple Examples)
Python

Depth First Search algorithm in Python (Multiple Examples)

Mokhtar Ebrahim 2020-07-012022-08-18

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 2020-06-172022-08-18

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

NumPy where tutorial (With Examples)
Python

NumPy where tutorial (With Examples)

Mokhtar Ebrahim 2020-05-202023-01-29

Looking up for entries that satisfy a specific condition is a painful process, especially if you are searching it in…

Posts navigation

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