Skip to content
Python Archives - Page 3 of 5 - Like Geeks

  • Home
  • Linux
  • Server Administration
  • Web Development
  • Python

Python

3D plotting in Python using matplotlib
Python

3D plotting in Python using matplotlib

Shahbaz Khan 2021-02-262022-04-24

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-192022-01-18

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-122022-01-18

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-04-24

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-04-05

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-04-05

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-202022-04-05

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

Exiting/Terminating Python scripts (Simple Examples)
Python

Exiting/Terminating Python scripts (Simple Examples)

Mokhtar Ebrahim 2020-05-062022-04-23

Today, we’ll be diving into the topic of exiting/terminating Python scripts! Before we get started, you should have a basic…

20+ examples for NumPy matrix multiplication
Python

20+ examples for NumPy matrix multiplication

Mokhtar Ebrahim 2020-05-052022-04-05

In this tutorial, we will look at various ways of performing matrix multiplication using NumPy arrays. We will learn how to…

Caesar Cipher in Python (Text encryption tutorial)
Python

Caesar Cipher in Python (Text encryption tutorial)

Mokhtar Ebrahim 2020-04-282021-08-14

Cryptography deals with encrypting or encoding a piece of information (in a plain text) into a form that looks gibberish…

NumPy loadtxt tutorial (Load data from files)
Python

NumPy loadtxt tutorial (Load data from files)

Mokhtar Ebrahim 2020-04-212022-04-23

In a previous tutorial, we talked about NumPy arrays, and we saw how it makes the process of reading, parsing,…

20+ examples for flattening lists in Python
Python

20+ examples for flattening lists in Python

Mokhtar Ebrahim 2020-04-202022-01-11

Flattening lists means converting a multidimensional or nested list into a one-dimensional list. For example, the process of converting this…

Posts navigation

Back 1 2 3 4 5 Next
My Published Book

My Book

Latest Posts
  • 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)
  • Python time module (Simple Examples)
  • Lists VS Tuples in Python
Advertisements
Advertisements
  • Disclaimer
  • Privacy Policy
  • About
  • Contact