Posts by Varun Bhattacharya
Author Biographical Info: Not available
In this tutorial, we will learn how to reverse strings and eventually words in a given string in PHP. It has many built-in methods which can be used for building more dynamic and i.... Read More
Greetings Programmers !!!, in this tutorial we will see how to run Python scripts using PHP. Python is a general-purpose language that is used for various purposes and PHP is anoth.... Read More
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