Create and activate a Python virtual environment
python -m venv .venv && source .venv/bin/activate # Windows: .venv\Scripts\activate
Auto-create keys with a default value
Loop through a list with both index and value
Filter a list using a conditional list comprehension
Read a file line by line without loading it all into memory