Topics Practiced
Some of the Python concepts covered in this repository include:
variables strings numbers lists tuples dictionaries functions conditional statements user input while loops general practice exercises How to Run the Files
Make sure Python is installed on your computer.
Then clone the repository:
git clone https://github.com/N1t-source/Python_learning.git cd Python_learning
Run any file with:
python "topics done/main.py"
Or for the assignments folder:
python assignments/practice.py
Note: Some file names contain spaces, so keeping the quotation marks is important when running them from the terminal.
Why This Repo Matters to Me
This repository represents the early stage of my coding journey. Every file here is part of the process of learning, struggling, understanding, and improving.
I am still growing, but I believe consistent small steps can become something powerful over time.
Future Improvements
As I continue learning, I plan to:
organize files more clearly improve code readability add comments and explanations where useful revisit older scripts and refactor them build more real mini-projects using Python Feedback
This is a public learning repository, so feedback is welcome. If you see a better way to solve something or make the code more efficient, feel free to share suggestions.
Author
Created by N1t-source A learner exploring Python, technology, and future ideas one step at a time.