https://github.com/trihajikhr/python-grinder
ππ₯οΈ A simple, growing collection of notes, examples, and experiments from my Python learning journey β built to track progress, explore ideas, and sharpen core programming skills.
https://github.com/trihajikhr/python-grinder
python python-exercises python-learning python-tutorial python3
Last synced: 12 days ago
JSON representation
ππ₯οΈ A simple, growing collection of notes, examples, and experiments from my Python learning journey β built to track progress, explore ideas, and sharpen core programming skills.
- Host: GitHub
- URL: https://github.com/trihajikhr/python-grinder
- Owner: trihajikhr
- License: mit
- Created: 2025-11-14T20:41:22.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-11-23T16:16:29.000Z (7 months ago)
- Last Synced: 2026-05-16T13:00:04.186Z (about 1 month ago)
- Topics: python, python-exercises, python-learning, python-tutorial, python3
- Language: Python
- Homepage: https://trihajikhr.github.io/python-grinder/
- Size: 4.15 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Python Grinder
This repository contains my personal journey of learning Python β notes, examples, experiments, and anything I find useful along the way.
Nothing fancy, nothing overengineered β just a growing collection of code that helps me understand Python better.
## Whatβs inside
- Small scripts and practice exercises
- Notes and explanations in plain language
- Experiments with different Python features
- Anything I want to test, break, or rewrite later
Basically: a playground.
## Goals
- Learn Python step by step
- Build intuition, not just memorize syntax
- Keep track of what Iβve learned
- Make it easy to revisit concepts later
## Why I made this
Because learning is messy. This repo helps me:
- Stay consistent
- Document my progress
- Store useful examples
- Avoid forgetting what I already learned
## Notes
This repo will grow naturally. Structure may change whenever I feel like reorganizing things.
Itβs a living workspace β not a polished product.