Day 34 Of Documenting My Learning Journey
Published: (December 20, 2025 at 06:51 AM EST)
1 min read
Source: Dev.to
Source: Dev.to
What I Did Today
- Built a CLI note‑taking application.
Features
Basic functionalities include:
- Creating notes
- (Potential extensions) timestamp, searching for a particular note, editing a note, etc.
Planned Implementations
- Additional functions
Project Link
GitHub – Python Concepts – Day 3
Resources I Used
- Python Refresher series by Bonaventure Ogeto on YouTube.
- Using GitHub to document my Python learning journey by pushing and committing to a public repository.
What’s Next
- Part 1 of OOP Basics