Welcome to Learning-Python!
This repository contains my personal notes, exercises, and small projects as I learn the fundamentals and applications of Python programming.
I created this repository to:
- Document my progress while learning Python from the basics to more advanced topics.
- Store my experiments, practice codes, and small projects.
- Build a personal reference that I can revisit later when needed.
Some of the things I’m learning or have explored in this repository include:
- 🧩 Python fundamentals (variables, data types, loops, conditionals, functions)
- 🧠 Object-Oriented Programming (classes, objects, inheritance)
- 📏 Working with modules and libraries
- 🔢 Simple algorithms and problem-solving
Make sure you have Python installed on your system.
- Clone the repository
git clone https://github.com/Nekonepan/Learning-Python.git
- Navigate into the project directory
cd Learning-Python
- Run any Python script
python filename.py
This repository will keep growing as I continue learning Python. I’m focusing not only on syntax, but also on problem-solving and code readability.
This project is licensed under the MIT License, feel free to use or learn from it.
Nekonepan
“Learning to code is a marathon, not a sprint.”