Python Dictionaries and List Comprehensions
Posted on Apr 21st, 2022
ποΈ Todayβs topics
- Dictionaries
- Tuples
- Lists
π Code Break
π― Project
Complete the Learn the Basics section of the Learn Python Tutorial
π Resources
- Python Docs: Dictionaries
- Python Docs: List comprehensions
- Python list comprehensions explained visually
- RealPython: Python lists and tuples
- RealPython: Sorting in Python
- Python Docs: Sorting HOWTO