Description
In this course you will :
- Learn about the syntax of the Python programming language
- Learn how to use conditionals and control flow to create programs that generate different outcomes
- Learn how to create and use functions in Python
- Learn about the data structures lists and dictionaries
- Learn about ‘while’ and ‘for’ loops in Python
- Learn some of the more complex aspects of Python, including data structures, list comprehensions, list slicing, and lambda expressions
- Learn what classes are, why they’re important, and how to use them effectively