Easily handle day to day CLI operation via Python instead of regular Bash programs. - GitHub - CZ-NIC/pz: Easily handle day to day CLI operation via Python instead of regular Bash programs. (more…)
Read more »
2to3 is a Python program that reads Python 2.x source code and applies a series
of fixers to transform it into valid Python 3.x code. The standard library
contains a rich set of fixers that will handle almost all code. 2to3 supporting
library lib2to3 is...
Read more »
One of the most complicated concepts to wrap our heads around has to be recursion; to understand it well it always helps to have some sort of recursion visualization. In this essay, we build a super-simple yet effective visualizer for recursive functions ... (more…)
Read more »
Turn Python scripts into handouts with Markdown and figures - danijar/handout... (more…)
Read more »
Various members of a big Python family. What kind of Python implementations are there? (more…)
Read more »