In this post, we explore some of the tradeoffs of performance optimization and where to draw the line in the never-ending quest for speedy code. (more…)
Read more »
What is a Time Based One Time Password
Time Based One Time Password(aka TOTP) is a common method of two-factor authentication.
Used to create temporary passcodes from time and Secret key using HOTP algorithm.
Generated passcode expires after some ti... (more…)
Read more »
pyfakefs implements a fake file system that mocks the Python file system modules.
Read more »
Vasudev Ram's blog on software innovation, open-source and proprietary, worldwide. Python, D, Go, FreePascal, Unix, databases, open source.
Read more »
Package managers - the most popular being Pip - are an integral part of the Python ecosystem. This article provides a broad summary of the history of Python package managers.. (more…)
Read more »