A constant barrage of links. Each one vital for me to read but I can’t read them now. That’s where my little application I’ve written comes in. It’s also how I learned some …...
Read more »
In previous post, we analyzed raw price changes of cryptocurrencies. The problem with that approach is that prices of different cryptocurrencies are not normalized and we cannot use comparable metrics. (more…)
Read more »
A Practical Guide to the big data processing with Celery Distributed computing... (more…)
Read more »
The old GvR quote still holds: If you want your code to
run faster, you should probably just use PyPy. For my serialization library, the
performance improved a lot between 3.6 and 3.11, but since then it has mostly stayed the same.
PyPy p... (more…)
Read more »
In Python, generators form part of the intermediate topics. Since it differs from conventional functions, beginners have to take sometimes to wrap their head around it. This article presents materials that will be useful both for beginners and advanced pr... (more…)
Read more »