Minimal TOTP generator in 20 lines of Python. Contribute to susam/mintotp development by creating an account on GitHub. (more…)
Read more »
Cryptocurrencies are becoming mainstream so I’ve decided to spend the weekend learning about it. I’ve hacked together the code to download daily Bitcoin prices and apply a simple trading strategy to it. (more…)
Read more »
Want to start a large project? Keep away from Python. On a large scale it isn’t as awesome as you think — here's what to use instead. (more…)
Read more »
Dinamopy is a python helper library for dynamodb. You can define your access patterns in a json file and can use dynamic method names to make operations. - GitHub - rasimandiran/dinamopy: Dinamopy ... (more…)
Read more »
Python 3.8 was released in mid-October, but if you look at my recommendation for a base image for Docker it still talks about Python 3.7. And in fact, switching to Python 3.8 immediately can cause you problems. Wondering when to switch your application? H... (more…)
Read more »