8 Things You Must Know in Python

8 Things You Must Know in Python

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 0h 56m | 162 MB

There are many beginner Python tutorials, but to build useful applications, you need to move beyond the basics. This course helps you on the journey to writing intermediate-level Python code. Instructor Jonathan Fernandes presents eight things that you should know how to do in Python. Topics include the Python any() and all() methods, using enumerate() and zip() methods, min() and max(), and more. For each topic, Jonathan provides a hands-on approach and then gives you a challenge (with solutions) to practice.

Table of Contents

Introduction
1 Eight things to know in Python

1. Understanding the Python any() and all() Methods
2 Python all() function
3 Python any() function
4 Challenge any() and all()
5 Solution any() and all()

2. Using the Python enumerate() and zip() Method
6 Python enumerate() function
7 Python zip() function
8 Challenge enumerate() and zip()
9 Solution enumerate() and zip()

3. Understanding the Python reversed() Method
10 Python reversed() function
11 Challenge reversed()
12 Solution reversed()

4. Working with Python min() and max()
13 Python min() and max() function
14 Challenge min() and max()
15 Solution min() and max()

5. Understanding and Using the Python sorted() Method
16 Python sorted() function
17 Challenge sorted()
18 Solution sorted()

Conclusion
19 Next steps

Homepage