Conditions
  • Course Materials
  • If statements
  • Elif and Else
  • Loops
  • Example: Alternating
  • Break, Continue, and While
  • Enumerate
  • Example: Enumerate
  • Writing Alternating Function with Enumerate
  • Zip
  • Lambda, Map, Filter, and Reduce
Comprehensions
  • List Comprehensions
  • Dictionary Comprehensions
  • Example: Dictionary Comprehensions
  • Hands-On Practice with List and Dictionary Comprehensions I
  • Hands-On Practice with List and Dictionary Comprehensions II
  • Hands-On Practice with List and Dictionary Comprehensions III