On the web front end, web development is one size fits all: JavaScript. The Transcrypt Python to JavaScript compiler is a relatively new open source project, aiming at executing Python 3.6 at JavaScript speed, with comparable file sizes. In this article, ... (more…)
Read more »
Img2shHello there, In this post, I want to tell a brief story of how I have created a tool named img2sh. It is also my first python package which is published over PyPI. In this very post, I will try... (more…)
Read more »
Transitflow is an experimental set of tools that generate spatial-temporal transit frequency datasets and visualizations from the command line. (more…)
Read more »
Closing Keynote Talk - PyCon India, Chennai, October 13, 2019 (Screencast). In this talk, I live-code a simple stack machine and turn it into an interpreter ... (more…)
Read more »
To gain a performance boost and avoid reallocation of frequently used integers, Python creates singleton instances of small integer values and uses them by reference. (more…)
Read more »