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 read: Tkinter Tutorial – Using Tkinter Buttons Implementing the Coin Flip GUI App in Python

Coin Flip GUI using Python Tkinter Read More »

How to insert multiple records in Sqlite3 database

Hello everyone, in this article, we shall study how the Sqlite3 database works and how to add multiple rows at once using Python. Now a database works on four fundamental operations CRUD. Create Retrieve Update Delete The most in-use type of DB’s today in technological fields is Relational Databases. Their name itself defines their functioning – Tables that are connected with some special keys. One

How to insert multiple records in Sqlite3 database Read More »