Skip to content

Latest commit

Β 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🐍 Daily Python β€” My Code-Every-Day Journey

A public log of small things I build and learn in Python, one day at a time. The goal isn't a green streak for its own sake β€” it's the habit of writing real code consistently, and having something to show for it.

Started: 2026-06-01


πŸ“Š Progress

Day Date Topic What I did
001 2026-06-01 Strings / Logic FizzBuzz, the clean way
002 2026-06-02 Strings Palindrome checker

πŸ—‚οΈ How this repo is organized

days/
  day-001/
    README.md     <- what I learned / the problem
    solution.py   <- the code
  day-002/
    ...

Each day lives in its own folder so the history stays readable.

πŸ” My weekly rhythm

To avoid "what do I even do today?" paralysis, I rotate through:

  • Mon / Wed / Fri β€” a small coding challenge (algorithms, string/array problems)
  • Tue / Thu β€” a concept I'm learning, with a tiny runnable example
  • Sat / Sun β€” a piece of a slightly bigger mini-project

This is a guideline, not a rule. Showing up matters more than the schedule.

πŸš€ Adding a new day

python new_day.py "Topic name here"

This creates the next days/day-XXX/ folder with a starter README.md and solution.py so I can jump straight into the actual work.


Consistency over intensity. Real code over filler commits.

About

My code-every-day journey in Python. One small thing built or learned daily.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages