Python Projects You Can Build#
A common question by Python beginners and those at an intermediate skill-level is βWhich Python projects should I work on to gain practical experience?β
You can use Python for web development, data science, desktop applications, and more. With so many options, it can be tough to choose your next project ideaβ¦
On this page, youβll find example projects with step-by-step instructions thatβll walk you through building real-world Python projects, from scratch.
Building hands-on projects will help you gain practical coding skills. One step at a time, youβll be putting your theoretical knowledge to use and build an impressive portfolio.
Just pick a tutorial from the list below, and youβll have all of the sample code and instructions youβll need to have a finished project by the end:
Creating a Discord Bot in Python
Jun 23, 2020 api intermediate projects
Make a 2D Side-Scroller Game With PyGame
Mar 17, 2020 intermediate projects