This week is the continuation of advanced python concepts and will cover more topics that a developer has to understand on the job.
To begin the week, we’ll cover a concept that you’ve been using this whole time, generators and iterators. Over the following couple of days, we’ll cover decorators and modules, which will help us in building larger-scale applications. These concepts will help to understand how frameworks are used, like Flask and Django.
Although I don’t like talking about theory within this book, it’s important to understand how time complexity works with ...