Best Way to Learn Python in 2020 : Episode 7

 If you want to venture into the territory of Python fluency and take your skills to the next level, then I highly recommend the “Fluent Python” book.

This book assumes you already have a solid understanding of the basics of Python.

In Fluent Python, some of the concepts that you already learned from introductory books are covered from a different angle, in more detail, and with greater depth.

In addition to that, you will learn some new concepts as well.

For example, some of the new concepts that you will learn in this book are

  1. Higher-order Functions: explains how functions can be used as first-class
  2. Thissobjects in Python
  3. Control Flow: covers the topic of generators, context managers, coroutines, and concurrency
  4. Metaprogramming: essentially this is writing code that manipulates code. Some of the topics discussed here are decorators and meta-classes

Comments

Popular posts from this blog

Best Way to Learn Python in 2020 : Episode 4

Best Way to Learn Flutter (2020 Step-by-Step Guide) : Episode 2

Best Way to Learn Python in 2020 : Episode 2