Literally Literals and Other Number Oddities in Python
It started as a quiz at PyCon, involved some forensic programming, and ended with some new insight into a Python anomaly. (more…)
Read more »
Due to JSON’s ubiquity, we end up reaching for JSON libraries regularly when we have a project that needs to exchange data with other systems. Whenever something becomes widespread and becomes an “infrastructure”, it turns into a black-box in people’s min… Read more