Python has an eval() function which evaluates a string of Python code:
... (more…)
Read more »
Mark Smith Don't be afraid of metaclasses! This talk will explain how, once you've grasped basic types, classes and inheritance, Python's advanced language f... (more…)
Read more »
This document serves as a collection of reasons why beginners should avoid Python 3 as of November 22nd, 2016. I give two sets of reasons as I see them now. One for total beginners, and another for people who are more knowledgeable about programming. Th...
Read more »
A light introduction to the Python pickle protocol, the Pickle Machine, and constructing malicious pickles. (more…)
Read more »