A collection of beginner to intermediate-level Python projects, built to strengthen logic and demonstrate problem-solving ability.
Each project is organized into categories for clarity and easy navigation.
| Category | Description |
|---|---|
| Basic | Simple Python programs covering core concepts like loops, conditionals, and string manipulation. |
| Game | Fun and interactive console-based games to practice logic and flow control. |
| Intermediate | Slightly more advanced tools involving modules, functions and input validation. |
- Language: Python 3.x
- Modules Used:
re,getpass,datetime, etc (depending on project)