Learn Python Decorators

Originally posted on 2020-04-03 Whether you are a beginner or an advanced programmer, there are many reasons why you should choose Python for your next coding project. Python is a scripted language with an almost stupidly simple syntax, it is easy to learn and powerful to use. One of the main reasons that I love people love Python is that it offers quite a few specific metaphors (a.k.a. paradigms) for doing certain things....

March 5, 2023 · 8 min · Evgeny Roskach

Learn Python Generators

Originally posted on 2020-04-02 There are already many very helpful tutorials on the subject out there. In this piece I wanted to share my own take and experience with python generators that I have gathered while working on production-level Python code. Introduction Whether you are familiar with Python generators or you have only heard a thing or two about them, allow me to summarise the 2 main properties of generator functions:...

March 5, 2023 · 10 min · Evgeny Roskach