Posts by Varun Bhattacharya
Author Biographical Info: Not available
Hello programmers, in this tutorial we will understand the basics of NumPy array and visualize them in Python. NumPy is a module in Python which is mainly used for scientific compu.... Read More
Hello programmers, in this tutorial we will see how to scroll a webpage using the Selenium web driver in Python. Selenium is used mainly used for the automation of the web-browsers.... Read More
Hello programmers, in this tutorial we will see how to visualize a NumPy array in Python using the inbuilt visualization module seaborn. NumPy is a module built-in Python that is m.... Read More
Hello programmers, in this tutorial we will learn more about the operator module and its related functions in Python. The Operator module in Python has many predefined functions wh.... Read More
Hello programmers, in this tutorial we will see how to get the current URL visited in the Selenium web driver in Python. Selenium is used for machine controlling web browsers. Sele.... Read More
Hello programmers, in this tutorial we will see how to save and load the cookies using the selenium web driver in Python. Cookies are small files with very small pieces of data whi.... Read More
Hello programmers, in this tutorial we will see how to convert a tuple into a list in Python. A group of objects stored in a single variable and immutable is known as a Tuple in Py.... Read More
Hello programmers, in this tutorial we will see how to iterate backward in a list in Python. Backward iteration can be understood as traversing or looping the elements in backward .... Read More