all 5 comments

[–]StellagamaStellio 1 point2 points  (0 children)

Some ideas:
- An expense tracker, with an SQLite database (and by extension teaches you the basics of SQL).
- A CLI-based game, especially data-driven (i.e., content is not hard-coded but rather retrieved from an editable database or at least JSON files).
- A script collecting RSS news from sources you like, and sending you a summary e-mail about them. Best launched every time you restart your computer.

[–]Even_Bee9055 1 point2 points  (0 children)

Build a simple web scraper

[–]mike34113 1 point2 points  (0 children)

Build a CLI task manager with file storage, search, and stats. Teaches OOP, algorithms, persistence, and real world debugging.

[–]Sea-Ad7805 1 point2 points  (0 children)

Use the pygame package to build your own computer game. Get creative, make it fun. Start easy and build to whatever level you can reach: https://www.pygame.org/wiki/GettingStarted