In the previous chapter, we have covered all the basics of Python. Here, we will take a look at essential control flow statements and will learn how to structure a program. We will learn how to use for and while loops and compose custom functions. Also, we will get familiar with a decisive Python data structure – dictionary.
As we move through the chapter, we will solve a couple of interesting and beneficial challenges. The exercises we are about to take on will demonstrate how to ...