In this course, you’ve seen multiple Python project ideas you may find interesting. The project ideas cover a range of platforms. You saw project ideas for the Web, GUI, and Command-line platforms. You can continue to practice your skills building the same project for different platforms. Using the URL Shortener as an example, you may choose to build one for the Web, GUI, or the Command-line.
In this course, you’ve learned
- The importance of creating projects
- Techniques for developing for different platforms
- How working on projects builds your confidence and skills
- The lifecycle of a project
Remember, the best way to make a project happen is to just get started. In no time, you’ll be finished and discover how much you’ve benefited from working on a project. Keep building your portfolio!
Congratulations, you made it to the end of the course! What’s your #1 takeaway or favorite thing you learned? How are you going to put your newfound skills to use? Leave a comment in the discussion section and let us know.
dragonfly7 on July 26, 2020
Thanks a lot for providing this collection of ideas & hints !
Especially getting ideas on both packages and libraries to use for a particular task is very helpful !
I’ll have a look into both PySimpleGUI and PyQt5 for further information on my GUI current project.