A tool for generating .pex (Python EXecutable) files, lock files and venvs. - pex-tool/pex... (more…)
Read more »
Python must be doing something beautiful internally to support super long integers and today we find out what's under the hood. The article goes in-depth to explain design, storage, and operations on super long integers as implemented by Python. (more…)
Read more »
This post introduces the reader to Python maps, implemented by the built-in map() function of Python.Map is a powerful function that not only gives us new ways to transform data, but also aids us in... (more…)
Read more »
DISCLAIMER: Any losses incurred based on the content of this post are the responsibility of the trader, not me. I, the author, neither take responsibility for the conduct of others nor offer any gu… (more…)
Read more »
NOTE: This blog post complements a PyDistrict presentation on the same topic posted on this date.
Thanks to Rami Chowdhury for inviting me to speak, and the PyDistrict organizers for hosting me.
Code samples from this talk are available at this GitHub rep... (more…)
Read more »