A light introduction to the Python pickle protocol, the Pickle Machine, and constructing malicious pickles. (more…)
Read more »
The upcoming Kore release is going to drastically change how you can run your
Python applications. Before, you had to jump through a few hoops, fight
a few dragons and pray to some deity in the hopes to get it up and running. You
would be struggling with... (more…)
Read more »
Learn how to setup a Python virtual environment with conda in order to make the installation of packages and dependencies easier and more efficient. (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 »