This specific tutorial is just a single movie from chapter two of the Python 3 Essential Training course presented by lynda.com author Bill Weinman. The complete Python 3 Essential Training course has a total duration of 6 hours and 36 minutes and covers the basics of the language syntax and usage, as well as advanced features such as objects, generators, and exceptions
Python 3 Essential Training table of contents:
1. Introduction
2. Python Quick Start
3. Setting Up Python
4. General Syntax
5. Variables, Objects, and Values
6. Conditionals
7. Loops
8. Operators
9. Regular Expressions
10. Exceptions
11. Functions
12. Classes
13. String Methods
14. Containers
15. File I/O
16. Databases
17. Modules
18. Debugging
19. Building a Database Application
Conclusion