Decorators in Python
In Python, everything is object. Functions in Python are first-class objects which means that they can be stored in a variable, added in the lists, passed as arguments to another function etc. With… (more…)
Read more »
I’ve always been a big fan of the Python programming language. It’s great for prototyping, it has great libraries for data processing and machine learning and it’s overall just a joy to read and write with. But I also like ty… Read more