Author: Yogesh Kumar
Ticket Booking and Management in Python
Hello friends, in this article we will build Ticket Booking and Management in Python. This app will simulate a general Ticket management system means this…
Sales Management System Project in Python
Hello friends, in this article, we will see Sales Management System Project in Python. We will add basic features like adding products, deleting products, updating…
Python Download File from URL | 4 Methods
There are many methods and libraries to download file from URL using Python and we will try to cover the most used and reliable methods….
Draw Iron Man Face with Python Turtle: Tony Stark Face
Introduction This blog will discuss how to draw Iron Man Face with Python Turtle, a GUI-based 2D graphics module in Python. The popular Marvel Cinematic…
Create and Print a List of Prime Numbers in Python
Introduction Prime numbers mean the numbers which can be divided only by 1 or the number itself(e.g 2, 3, 5, 7, 11, etc). Today, we…
Binary Code for I Love You
Introduction Binary code means the code that outputs meaningful results with binary digits i.e. 0s and 1s. All the letters, characters, words, digits, sentences, numbers,…