Learn eight things you should know to move beyond the basics of Python coding.
Overview
Syllabus
Introduction
- Eight things to know in Python
- Python all() function
- Python any() function
- Challenge: any() and all()
- Solution: any() and all()
- Python enumerate() function
- Python zip() function
- Challenge: enumerate() and zip()
- Solution: enumerate() and zip()
- Python reversed() function
- Challenge: reversed()
- Solution: reversed()
- Python min() and max() function
- Challenge: min() and max()
- Solution: min() and max()
- Python sorted() function
- Challenge: sorted()
- Solution: sorted()
- Next steps
Taught by
Jonathan Fernandes