Skip to content

Manishkumarsingh41/python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐍 Python Basics & Practice by Manish Kumar Singh

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.


📂 Folder Structure

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.)
├── ...

🧠 What You’ll Learn

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

🚀 How to Use

  1. Clone this repo

    git clone https://github.com/Manishkumarsingh41/python.git
    cd python
  2. Run any Python file

    python for_while_loops.py
  3. Practice and Modify
    Feel free to fork and try your own versions of the problems.


📌 About Me

👨‍💻 Manish Kumar Singh
🎓 B.E. in Artificial Intelligence & Data Science (RNSIT, Bengaluru)
🔧 Passionate about AI, coding, and building practical tech tools
🌐 Portfolio | GitHub | LinkedIn


🤝 Contribute

This is a solo practice repo for now, but suggestions, improvements, or issues are welcome!


📃 License

This repository is licensed under the MIT License.


⭐️ If you find this helpful or inspiring, feel free to star this repo!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages