About this Course
Python is one of the most versatile and commonly used programming languages today. It’s utilized in a wide variety of industries, ranging from scientific research to banking, and is a popular language with experienced and novice programmers alike.
This course provides a thorough introduction to the Python language. We’ll explore its most important libraries and practice recommended programming styles and idioms. You’ll learn how the various features are used together to best achieve Pythonic style.
What You’ll Learn
- Python variables, expressions and statements
- How to create functions, parameters, arguments and recursion
- How to use conditionals, Booleans, iteration and looping
- The core concepts of object-oriented programming including classes and inheritance
- How to conduct unit testing, coverage analysis and debug your code