Advanced Python: Large Project
Goal
- Combine everything you’ve learned
- Implement a larger, personal project
Project Ideas
-
Quiz App with GUI
- Create a window
- Display questions
- Count points
-
To-Do App
- Create a GUI
- Store tasks (file or database)
-
API Project
- Show weather or cryptocurrencies
- Fetch data from the internet
Bonus (Pro Level)
- Highscore system
- User login
- Multiple levels (easy/hard, categories)
Practical Tip
- First plan the structure of your project (files, classes, functions)
- Build individual components step by step
- Test regularly before adding new features
Task
- Choose a project from the ideas above
- Create a first version (basic structure, e.g., window or data handling)
- Expand your project with bonus features once it’s complete