Ways to impress people with Python
--
Welcome back! Python is an awesome programming language with a ton of capability, if you’re new to Python, check out the link below to learn more:
So, let’s talk about some awesome ways to impress people with Python. In this specific article, we’ll talk about some awesome Python projects that you can build to actually impress people!
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:
Website Scraping With Python
Next up, one of my favorite things to do with Python is web scraping, I utilize it all of the time, here is a recent tutorial I created that shows you how to scrape websites using a very popular Python package call BeatifulSoup:
Building Flappy Bird
Next up we have a bit of a random project, but it’s still an extremely important project someone can build. By using the pygame package we can develop different games, including flappy bird! Here is that tutorial: