A library and tool for generating .pex (Python EXecutable) files...
Read more »
First of all, what is Python? According to its creator, Guido van Rossum, it’s a “high-level programming language, and its core design philosophy is all about code readability and a syntax which… (more…)
Read more »
A "fold" is a fundamental primitive in defining operations on data structures;
it's particularly important in functional languages where recursion is the
default tool to express repetition. In this article I'll present how left and
right folds work and ho... (more…)
Read more »
A curated list of awesome Python frameworks, libraries, software and resources - GitHub - vinta/awesome-python: A curated list of awesome Python frameworks, libraries, software and resources... (more…)
Read more »
Every programming language aims to be performant and Python is no exception. In this essay, we dive deep into Python internals and find out how Python makes its interpreter performant using a technique called Constant Folding. (more…)
Read more »