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 »
With Python, always couple your custom generators with context managers! (more…)
Read more »
Pattern Matching. Contribute to gvanrossum/patma development by creating an account on GitHub. (more…)
Read more »
This article explains the new features in Python 3.6, compared to 3.5.
Read more »
I just started a new repository in my GitHub account, storing a small utility to display the dependency graph of a Python project. This post will show some examples and possible uses.
Read more »