Let's say you need to parse and analyse some raw data, for example a log file, to generate a report. (more…)
Read more »
An interactive version of Problem Solving with Algorithms and Data Structures using Python. (more…)
Read more »
Well, this one took a bit more time due to some surprise last time
reference leaks and release blockers to fix, but now Python 3.10.0a5 it’s
here. Will this be the first release announcement of the 3.10 series
without copy-paste typos? Go get it here: (more…)
Read more »
People often write
about languages
that compile to JavaScript. But what if you want to run
languages in the browser? Without any API to proxy code and I/O to a
standard language implementation on a server? Languages that compile
to JavaScript... (more…)
Read more »
Python’s time-series forecasting eco-system under sci-kit learn compatible umbrella. (more…)
Read more »