| by Arround The Web

Numpy Filter

This discussed the use of filter methods that are provided by the NumPy package that allows us to create arrays and store any data in the form of an array.

Share Button
Read More
| by Arround The Web

Numpy Empty Array

This is on how to work with numpy empty arrays in Python and how to use the zeros’ function and other example empty arrays to implement them in Python.

Share Button
Read More
| by Arround The Web

NumPy Docstring

Practical tutorial on what the docstrings in NumPy are, how they work, and comparing the docstrings with comments and explaining the difference between both.

Share Button
Read More
| by Arround The Web

Numpy Create 2D array

In this article, we explained different ways to create two-dimensional arrays and how we can manipulate them using NumPy’s built-in functions.

Share Button
Read More
| by Arround The Web

Numpy Complex Number

In this article, we have briefly discussed complex numbers and how we can create complex arrays using NumPy’s built-in functions.

Share Button
Read More
| by Arround The Web

NumPy Broadcasting

In NumPy, the term ‘broadcasting’ is the capacity to handle arrays of various shapes while carrying out arithmetic operations that are frequently performed.

Share Button
Read More
| by Arround The Web

Numpy arcsin

The arcsin() is a NumPy mathematical function, and it is the trigonometric function’s (sin) inverse, i.e., sin-1(x). This article explains Numpy arcsin.

Share Button
Read More
| by Arround The Web

NumPy Apply Function

Practical guide on how the apply function is used in NumPy and how to apply the different functions on arrays along or over the axis using the apply methods.

Share Button
Read More
| by Arround The Web

Mastering Backticks in Linux Bash Scripts

Tutorial on the approach to mastering backticks in Linux Bash scripts to run the multiple commands from the Bash script and execute them based on their output.

Share Button
Read More
| by Arround The Web

Making a Bash Script Return with Different Return Codes on Exit

Comprehensive tutorial on how to make a Bash script return with different return codes on exit using the exit codes by setting up the different return codes.

Share Button
Read More
| by Arround The Web

Linux sysfs File System

Guide on using the Linux sysfs file system in Linux and discover the functions of the various sub-directories and purposes since it has a vast amount of data.

Share Button
Read More
| by Arround The Web

How to Use the C String.h Library Functions

Practical tutorial on some of the functions of the “string.h” header file in the C programming language using the string length, copy, and comparison functions.

Share Button
Read More
| by Arround The Web

Auto Keyword in C

Tutorial on the usage of the “auto” keyword in the C programming language and how the same functionality can be achieved without even using this keyword in C.

Share Button
Read More
| by Arround The Web

How and Why to do Bitwise AND in C?

This is on bitwise “AND” operation of the C programming language, its significance, and how this operator actually works in the C programming language.

Share Button
Read More
| by Arround The Web

How to Set Up APT Proxy on Ubuntu 22.04 LTS

A proxy server is an intermediate server that sits between the client computer and the internet. In this tutorial, we will show you how to set up proxy settings and apt-proxy in Ubuntu 22.04 Server and Desktop system.
The post How to Set Up APT Proxy o…

Share Button
Read More
| by Arround The Web

Python OSError

The OS is a built-in exception error module’s class in Python known as “OSError”. To handle these errors, the exceptional handling technique can be used.

Share Button
Read More
| by Arround The Web

Python open() Function

A guide on how to use the open() function in file handling since file handling has many options, such as opening a file and reading the data in the file.

Share Button
Read More
| by Arround The Web

Python Object() Function

Practical tutorial on how to use the object() function in the Python programming language to create an empty or featureless object through basic simple codes.

Share Button
Read More
| by Arround The Web

Python Math Radians( ) Method

Python’s built-in math module has a method to convert degrees to radians denoted by math.radians(). This article explains Python Math Radians( ) method.

Share Button
Read More
| by Arround The Web

Python Math Isclose() Method

In Python, the “math.isclose()” method of the “math” module is used to determine whether the input values are close to each other or not.

Share Button
Read More