How to make an image jiggle using CSS

By Abhilash Khuntia

Hello!  In this tutorial, we will learn how to make an image jiggle using CSS effects. Before moving ahead, I assume you have knowledge about HTML. An object jiggles when it moves.... Read More

numpy.place in Python and Usage

By Gaurav Babbar

In this article, we will learn about numpy.place in Python. This function of the NumPy library can be used to change the values of a NumPy ndarray based on the condition given by t.... Read More

Get the position of max value in a list in Python

By Raghav Jha

In this tutorial, we will write the program to find the position of the maximum value in a list in Python. Before writing the code, we will discuss the argument and function which .... Read More

scipy.io.wavfile.read | Return sample rate of wave file

By Syeda Shameemunnisa

Hello, Welcome to this tutorial. Here we shall learn about how to return the sample rate of a wave file in Python. Let’s first understand what is a wave file. WAV is a Wavefo.... Read More

Move a file from one directory to another in C++

By Siddharth Shankar Debata

In this tutorial, we will learn about how to move a file from one directory to another directory using a C++ program. Many a time, we need to manage the files in our directories. S.... Read More

Global and Local Variables in Python with examples

By Animesh Arya

In this tutorial, we are going to learn about the global and local variables in Python with a lot of examples. Types of the variable in Python is given below: GLOBAL LOCAL Global V.... Read More

sklearn.preprocessing.normalize in Python

By Prathamesh Ballal

In this tutorial, you will learn how to normalize the given set of data in Python. Normalization is a process of scaling individual samples to have unit norm. We will also see an e.... Read More

Using Python for System Programming

By Arna Maity

In this article, we are going to learn about system programming in Python. We can use Python scripting to automate dull and repetitive monotonous tasks. This can help us to speed u.... Read More

Related Posts