Posts by Aayush Dubey
Author Biographical Info: Not available
In this tutorial, we will see how can we find Nth word in a given string in Python. Often we come across situations where we don’t want the entire string but only a particula.... Read More
In this tutorial, we will see how to find all possible pairs with a given sum in Python lists. Lists are similar to arrays in C++ and java but much easier to use. Lists are widely .... Read More
In this tutorial, we will see What is Feature scaling in Machine Learning? Why is it so important? How can we do feature scaling in Python? In Machine learning, the most important .... Read More
In this tutorial, we will learn about how to write CSV files in Python. CSV files are easier to create and handle. Therefore they are widely used for sharing a large amount of data.... Read More
In this tutorial, we will learn about re.DOTALL in Python. re.DOTALL flag can come handy while working with multi-line strings. However, if you are not familiar with the concepts o.... Read More
In this tutorial, we will learn about the re.sub() function in Python and it’s application. To understand this function one must be familiar with the concept of Regular Expre.... Read More