Member-only story
Awesome Python projects for beginners
4 min readSep 26, 2021
Welcome back! Python is an awesome programming language with a ton of capability, so let’s talk about some more awesome Python projects for beginners. Now, you will need to have Python installed on your machine, if you don’t, check out the link below:
Let’s take a look at some of these projects!
YouTube Video Downloader
First up we have the Youtube video downloader project, this project covers the basics of downloading YouTube videos with Python, check out the link below to view the entire project:
This project covers the basics of installing packages into your Python environment, it also covers…