This repository introduces the fundamentals of Python programming. It’s designed for beginners who want to learn how Python works, from basic syntax to core programming concepts.
- ✅ Variables & Data Types (int, float, str, bool)
- ✅ Input/Output (reading from and writing to the console)
- ✅ Conditional Statements (
if,elif,else) - ✅ Loops (
for,while) - ✅ Functions (defining and calling)
- ✅ Lists, Tuples, Dictionaries, and Sets
- ✅ String operations
- ✅ Basic error handling with
try/except - ✅ Importing and using modules
- Python 3.x installed
- A code editor like VS Code or PyCharm
- Git (optional, for version control)