What is the risk of completely dropping Python 2 in 2017? To answer this question, I recently analysed Python 3 support for many packages…...
Read more »
A piece on my new web development stack following my ongoing work on three Nuxt applications... (more…)
Read more »
PyMilo: Python for ML I/O. Contribute to openscilab/pymilo development by creating an account on GitHub. (more…)
Read more »
Powerful Python tool to analyze PDF documents. Contribute to jesparza/peepdf development by creating an account on GitHub. (more…)
Read more »
In previous posts, I only used strings and booleans. In this one, I use a new data type called “int” (for integer) that allows the storage and computation of natural numbers (numbers without a decimal part). I use them to … Continue reading →... (more…)
Read more »