This post discusses two ways to schedule Python tasks. We'll cover Python's schedule package and how to schedule Python via crontab on a Mac. (more…)
Read more »
I have become quite a fan of Python's built-in namedtuple collection lately. As others have already written, despite having been available in Python 2.x and 3.x for a long time now, namedtuple continues to be under-appreciated and under-utilised by many p... (more…)
Read more »
Today I'm offering a sort of "side story" to my main series on Python packaging. The main thrust of the series has been that everything is broken or historically has been broken; but I've also been tr... (more…)
Read more »
Exception handling in python has been explained well in this post. It implements an SMS Client incorporating python exception handling. (more…)
Read more »
metasploit-payloads - Unified repository for different Metasploit Framework payloads... (more…)
Read more »