I’ve found myself explaining Python 3’s str to people online more and more often lately. There’s this ridiculous claim about that Python 3’s string handling is broken or somehow worse than Python 2, and today I intend to put that myth to rest. Pyt...
Read more »
Part of my journey to learn Python (properly) by the reading the official language tour. This part is covering Data Structures and Modules. (more…)
Read more »
Recently, I came across a resource that allowed me to download the entire collection of UTZOO NetNews Archive of the earliest USENET posts. These were essentially the earliest available discussions posted to the Internet by people working at various Unive... (more…)
Read more »
Various optimizations made Python 3.6 faster than Python 3.5. Let's see
in detail what was done and how. (more…)
Read more »
OpenML is an online platform for open science collaboration in machine
learning, used to share datasets and results of machine learning experiments.
In this paper we introduce OpenML-Python, a client API for Python, opening up
the OpenML platform for a wi... (more…)
Read more »