Effective Tuesday, June 20th, 2017, new Python applications pushed to Heroku will use the python-3.6.1 runtime by default (instead of python-2.7.13). (more…)
Read more »
Python’s pickle
module is a very convenient way to serialize and de-serialize objects. It needs
no schema, and can handle arbitrary Python objects. But it has problems. This
post briefly explains the problems. (more…)
Read more »
We'll go over how Python is used to bring stories to life on the big screen. From simple tools to entire studio pipelines, Python is indispensable!
Read more »
Altair is a declarative statistical visualization library for Python, based on
Vega and Vega-Lite, and the source is available on
GitHub. (more…)
Read more »
Nook - A small esolang. Influenced by GNU `dc`. Contribute to HoangTuan110/Nooklang development by creating an account on GitHub. (more…)
Read more »