Simple Python projects for your resume
3 min readNov 11, 2021
Welcome back! Python is a very popular programming language with a ton of capability, if you’re new to Python, check out the link below to learn more about this programming language:
So, let’s talk about some awesome projects you can build that you can put on your resume!
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 the process in running…