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.
- People use Python for automation (DevOps scripts), data analysis, machine learning, web apps, APIs, cloud + AWS work, and small tools.
- Python is very popular because the code is simple and beginner-friendly.
- An IDE is a tool where you write and run Python code, with features like suggestions and error checking to help you. Common IDEs include VS Code (popular and great for DevOps), PyCharm (full-featured), and Thonny (simple for beginners).
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
- 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
- Day 5 Making decisions in Python using conditional statements
- Day 6 Python Loops for & while
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.