Workshops
Taught by Trey Hunner of Truthful Technology LLC. Practice Python weekly.
What are list comprehensions?
Turning a loop into a comprehension
Breaking up long lines of code
How to write a generator expression?
map and filter
Avoid the reduce function in Python
Everything is an object
Passing functions as arguments to other functions
Python’s lambda functions
Python List Comprehensions: Explained Visually
Comprehensible Comprehensions talk
Lazy Looping: The Next Iteration talk
Overuse of lambda expressions in Python
Check Whether All Items Match a Condition in Python (using any/all)