Sixfold makes millions of ETA predictions daily. In this post, we'll go behind the scenes of how this is achieved. (more…)
Read more »
Python natively does not support function overloading - having multiple functions with the same name. Today we see how we can implement and add this functionality to Python by using common language constructs like decorators and dictionaries. (more…)
Read more »
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 »
A google/rune-style `secret` type for Python to prevent accidents. - GitHub - yasyf/python-secret-type: A google/rune-style `secret` type for Python to prevent accidents. (more…)
Read more »