Comprehensions are a way to write clean and efficient code when used appropriately. They can be used with both lists and dictionaries. They are a popular “go-to” in Python; a developer should be able to both read and write comprehensions in Python.
Overview
Syllabus
- Introduction
- Comprehensions
- Conclusion
Taught by
Larry Fritts