Functions and Objects

Functions and Objects#

In the previous weeks you learned about basic variables and data types of the Python programming language. This week, we will build on that by discussing more building blocks like flow control and functions. We will also dive into some more detailed features of Python and learn about objects and classes.