Welcome to my Python Playground β where bugs fear me and logic bends to my will.
This repo is a collection of Python questions I've solved across every major topic. Think of it as my personal dojo for mastering the art of Python β one line at a time.
This repository is like a full-course Python thali π± β from spicy beginner loops to buttery smooth OOP concepts. Here's the menu:
| π§© Topic | π₯ Status |
|---|---|
| π£ Basics & Syntax | β Done |
| π Loops & Conditions | β Done |
| π§ Functions & Recursion | β Done |
| π§΅ Strings & Regex | β Done |
| π§Ί Lists, Tuples, Sets | β Done |
| π§± Dictionaries | β Done |
| π OOP (Classes, Inheritance) | β Done |
| π File Handling | β Done |
| π¨ Exception Handling | β Done |
| π Date & Time | β Done |
| π Advanced Topics (Decorators, Generators) | β Done |
| π¬ Mini Libraries (NumPy, Pandas basics) | β In Progress |
python-playground/
βββ basics/
βββ loops_conditions/
βββ functions/
βββ strings/
βββ lists_sets_tuples/
βββ dictionaries/
βββ oop/
βββ files/
βββ exceptions/
βββ datetime/
βββ advanced/
βββ README.md
Each folder has .py files with:
π§© Problem description (as comments)
β
Clean solution
π¬ Sometimes a quirky comment or two
π― Why This Repo Exists
I created this repo to:
Practice and revise Python (daily!)
Make my logic sharper than my barber's razor βοΈ
Help others find structured, readable examples
Have fun while solving β because why not?
π± Wanna Contribute?
If you've got a creative twist, a better approach, or want to throw a challenge my way β you're welcome to fork, PR, or ping me.
π€ Let's Connect
Made with β and keyboard rage by Aryan Khatri
πΌ [LinkedIn](https://www.linkedin.com/in/aryan-khatri-132418285/)
π [email protected]
π₯οΈ
βCode never lies, comments sometimes do.β β Me probably