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

  1. Additional functions

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
Back to Blog

Related posts

Read more »

Random Module In Python

Overview The random module in Python provides tools for generating randomness, such as random numbers, selecting items from sequences, and shuffling data. It’s...

My initial settings on Mac

Xcode Command Line Tools bash xcode-select --install Homebrew 1. Download the .pkg installer from the Homebrew website and install it. 2. Add Homebrew to your...