Python Essential Training

What you will learn
Python anatomy Types and values Conditionals and operators Building loops Defining functions Python data structures: lists, tuples, sets, and more Creating classes Handling exceptions Working with strings File input/output (I/O) Creating modules Integrating a database with Python DB-API
Curriculum
Section 1: Introduction
Section 2: 1. Installation
Section 3: 2. Language Overview
Section 4: 3. Types and Values
Section 5: 4. Conditionals
Section 6: 5. Operators
Section 7: 6. Loops
Section 8: 7. Functions
Section 9: 8. Structured Data
Section 10: 9. Classes
Section 11: 10. Exceptions
Section 12: 11. String Objects
Section 13: 12. File I/O
Section 14: 13. Built-in Functions
Section 15: 14. Modules
Section 16: 15. Databases
Section 17: Conclusion
Course Description
Due to its power and simplicity, Python has become the scripting language of choice for many large organizations, including Google, Yahoo, and IBM. A thorough understanding of Python 3, the latest version, will help you write more efficient and effective scripts. In this course, Bill Weinman demonstrates how to use Python 3 to create well-designed scripts and maintain existing projects. This course covers the basics of the language syntax and usage, as well as advanced features such as objects, generators, and exceptions. Learn how types and values are related to objects; how to use control statements, loops, and functions; and how to work with generators and decorators. Bill also introduces the Python module system and shows examples of Python scripting at work in a real-world application.