Calculator Program In Python
Posted in allcategorites python projects

Calculator Program In Python

Simple Calculator Program

Continue Reading
Classical Newspaper Using Tkinter Python
Posted in allcategorites gui python projects

Classical Newspaper Using Tkinter Python

classical newspaper using tkinter python

Continue Reading
Event Handling In Tkinter Python
Posted in allcategorites gui python projects

Event Handling In Tkinter Python

Event Handling in Tkinter at violet-cat-415996.hostingersite.com

Continue Reading
Snake Game in Python using Pygame
Posted in allcategorites game in python gui python projects python projects

Snake Game in Python using Pygame

We are providing you the code for a full working Snake Game in Python using Pygame. Most of us may have played this interesting game…

Continue Reading
Covid-19 Tracker Application Using Python
Posted in allcategorites gui python projects python projects

Covid-19 Tracker Application Using Python

Today we are going to make Covid-19 Tracker Application Using Python which you can assume to be a medium level project as we will need…

Continue Reading
Get COVID Information Using Python
Posted in allcategorites gui python projects python projects

Get COVID Information Using Python

Python community has made a library to Get COVID Information Using Python Library is”covid” and it’s so simple to use. You can download it using…

Continue Reading
URL Opening Application Using Python
Posted in allcategorites gui python projects python projects

URL Opening Application Using Python

Python provides a module “webbrowser” to open any url. To open any URL using this module, we need to type the URL inside function after…

Continue Reading
Binary Search in python
Posted in allcategorites data structures and algorithms

Binary Search In Python

In this article, we will have a short look at Binary Search In Python. Binary Search is a part of algorithms in Computer Science. Binary…

Continue Reading
Download YouTube Video Using Python
Posted in allcategorites python projects

Download YouTube Video Using Python

This is just a two-line youtube video downloader python program but to explain it in a better way we have used the comments. If you…

Continue Reading
Python Booleans
Posted in allcategorites

Python Booleans

In programming, sometimes we want values to be either True or False which has assigned in programming as Boolean values. We can compare two values…

Continue Reading