Pranjal Srivastava

Pranjal Srivastava

Student | Developer | Programmer
Adding Gridlines Python Matplotlib

How to Add Grid Lines in Matplotlib?

In this article, we’ll learn how to add gridlines in Matplotlib plots. Matplotlib is a python plotting library which provides an interactive environment for creating scientific plots and graphs. Let’s get right into the topic. Steps to add grid lines…

Coin Flip In Python GUI Based Using Tkinter

Coin Flip GUI using Python Tkinter

In this tutorial, we’ll code a coin flip program with Graphical User Interface (GUI) using Python Tkinter. The tutorial is aimed at teaching you the basics of the Tkinter module, a great module for developing GUI-based programs in Python. Also…

Python Selenium

Python Selenium Introduction and Setup

The purpose of this tutorial is to introduce you to Selenium and show the process of installing selenium and webdriver for browser automation. In this article, we’ve assumed that you already have python installed on your machine. It’s an important…