Welcome to my Python practice repository!
This repo is a personal learning space where I’ve documented and practiced key Python concepts — from basics to slightly advanced logic building.
python/
├── for_while_loops.py # Looping examples using for, while, break, continue, pass
├── functions.py # User-defined function examples
├── strings.py # String operations and examples
├── conditions.py # If-else, nested conditions, comparisons
├── lists_tuples.py # List and tuple operations
├── dictionaries_sets.py # Dictionary and set examples
├── practice_problems.py # Solved basic problems (patterns, logic, etc.)
├── ...
This repo covers:
- ✅ Variables and Data Types
- ✅ Loops (
for
,while
,break
,continue
,pass
) - ✅ Conditionals (
if
,elif
,else
) - ✅ Functions
- ✅ Strings, Lists, Tuples, Dictionaries, Sets
- ✅ Input/Output Handling
- ✅ Problem Solving & Logic Building
- ✅ Mini Challenges & Patterns
-
Clone this repo
git clone https://github.com/Manishkumarsingh41/python.git cd python
-
Run any Python file
python for_while_loops.py
-
Practice and Modify
Feel free to fork and try your own versions of the problems.
👨💻 Manish Kumar Singh
🎓 B.E. in Artificial Intelligence & Data Science (RNSIT, Bengaluru)
🔧 Passionate about AI, coding, and building practical tech tools
🌐 Portfolio | GitHub | LinkedIn
This is a solo practice repo for now, but suggestions, improvements, or issues are welcome!
This repository is licensed under the MIT License.
⭐️ If you find this helpful or inspiring, feel free to star this repo!