Welcome!
This is my personal website where I share everything I learn in Python — from basic concepts to more advanced ideas.
Each day I write a short explanation and share the Python file I practiced in PyCharm.
Start Learning
- Day 1 Functions
- Day 2 Function Arguments & Return Values
- Day 3 Understanding the Main Block in Python and How Imports Work
- Day 4 Variables, Data Types & User Input
Browse My Python Code
All Python files I write during my learning are stored here: GitHub Repo
You can click and view each .py file directly.
Why I Created This Website
I started learning Python using PyCharm, and I wanted a clean space to:
- keep track of what I learn
- share code examples
- write beginner-friendly explanations
- stay consistent with practice
This website helps me document my learning journey clearly.