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)