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…