About this Course
This course provides a thorough introduction to the Python language. We’ll explore its most important libraries and use recommended programming practices and idioms. You’ll learn how the various features are used together to best achieve Pythonic style. You’ll also dive into strategic testing methods that improve code quality and accuracy.
WHAT YOU'LL LEARN
- How to use Python variables, expressions and statements
- How to create functions, parameters and arguments
- Ways to use conditionals, Booleans, iteration and looping
- Core concepts of object-oriented programming including classes and class inheritance
- Principles of unit testing, coverage analysis and debugging your code