September 3, 2016 was just another day for most of the world but to me it will always be memorable as the day that I married my partner. (more…)
Read more »
After more then a year it is finally here. The kore 4.0.0 release. It has been a long time coming but real life kept me preoccupied for a long time.
But here it is. Kore4 is actually real and I couldn't be more excited. (more…)
Read more »
FPE - Format Preserving Encryption Implementation in Python - mysto/python-fpe... (more…)
Read more »
Modules are nothing but files containing Python code. As your program gets bigger, it becomes hard to maintain if you keep it in a single file. Modules in Python are a way to re-factor your code into multiples files and referring those files in your main ... (more…)
Read more »
<p>
Chances are that you never touched and maybe haven't even heard about Python's <code class="inline">weakref</code> module. While it might not be common... (more…)
Read more »