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.


What is Python?

Python is a programming language that is easy to read, easy to write, and used everywhere.

You can also use online IDEs to practice simple programs directly in your browser,like https://www.online-python.com/ https://pythononline.net/ etc..


Start Learning


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:

This website helps me document my learning journey clearly.