DEV Community

Gabor Szabo
Gabor Szabo

Posted on • Originally published at code-maven.com

Python Programming Bootcamp #17 - lists: sort, range, enumerate; tuples

  • 00:00 The second part of the Lists chapter.
  • 01:10 About debugging
  • 06:20 sort
  • 07:30 sort numbers
  • 08:57 sort mixed list
  • 09:37 sort (key)
  • 11:05 sort with sorted
  • 14:15 range
  • 15:56 Looping over index
  • 18:25 Enumerate lists (go over lists using index-value pairs)
  • 19:57 List operators
  • 22:11 List of lists
  • 24:36 List assignment
  • 26:30 Tuples
  • 28:00 Sort Tuples
  • 30:00 Exercise: color selector menu
  • 32:22 Exercise: count digits
  • 33:15 Exercise: create list
  • 34:00 Exercise: count words
  • 34:47 Exercise: check if number is prime
  • 35:00 Exercise: DNA sequencing

Top comments (0)