← ...

stage 3

small system projects (local, python only)

goal: state + structure.

  • crud cli app
  • todo app with file persistence
  • inventory tracker (prevent negative stock)
  • grading system (average + ranking)
  • log analyzer (parse file → summary stats)
  • lru cache using class

focus: state consistency + error handling.