NumPy loadtxt tutorial (Load data from files)
In a previous tutorial, we talked about NumPy arrays, and we saw how it makes the process of reading, parsing,…
In a previous tutorial, we talked about NumPy arrays, and we saw how it makes the process of reading, parsing,…
Flattening lists means converting a multidimensional or nested list into a one-dimensional list. For example, the process of converting this…
Yum is a package manager used on Red Hat, CentOS, and other Linux distributions that use RPM Package Manager. Yum…
Matplotlib is a library in Python that creates 2D graphs to visualize data. Visualization always helps in better analysis of…
When it comes to locating files or directories on your system, the find command on Linux is unparalleled. It’s simple…
In this tutorial, we will cover the cURL command in Linux. Follow along as we guide you through the functions…
In this tutorial, we will cover SSH port forwarding in Linux. This is a function of the SSH utility that…
In this tutorial, you will learn how to use the very essential grep command in Linux. We’re going to go…
This tutorial will look at the most common error you’re likely to encounter with SSH: Connection Refused. Read on for…
You can think of Linux runlevels as different “modes” that the operating system runs in. Each of these modes, or…
The standard deviation allows you to measure how spread out numbers in a data set are. Large values of standard…
In this tutorial, we will talk about killing a process in Linux with multiple examples. In most cases, it’s as…