#python-projects
Read more stories on Hashnode
Articles with this tag
This article is for Django junior developers that wish to do the front-end of their project themselves. let's create our project folder. Open the...
Web scraping is the process of using bots to extract content and data from a website We're going to make use of beautifulsoup, lxml and...
We're going to use tkinter and pytube for this our project Tkinter is Python's de-facto standard GUI (Graphical User Interface) package pytube is a...
import time print("You're about to vote for your future president") time.sleep(2) print("The aspirant are 'JOSEPH' & 'Chinedu'") print() #nominee...
In this article you'll learn how to develop python dice game using while loop. We're going to create two variable holding a random generated number...
If you're wondering what control flow is, please check out this article https://cakebaby.dev/control-flow-in-python-with-conditional-statements by...