6 articles
Python list comprehensions syntax, examples, and when to use them vs loops. Includes dict and set comprehensions.
Set up Python virtual environments with venv. Install packages, requirements.txt, and project isolation.
Compare Django and Flask for Python web development. Batteries-included vs microframework tradeoffs.
Python built-in types: numbers, strings, lists, tuples, dicts, sets. Mutability and type checking.
Write Python scripts to automate files, CSVs, emails, and APIs. pathlib, csv, and requests basics.
Roadmap to learn Python for web backends: syntax, Flask/Django, databases, and deployment.