This article gives an overview of the tools available in the module enum and how to use them. (more…)
Read more »
I wrote bash scripts for several years now. You can find old bash scripts of mine on GitHub but most of them aren’t maintained anymore - and i have a reason ... (more…)
Read more »
Learn advanced patterns for interfacing Python with native libraries, like dealing with C structs from Python and pass-by-value versus pass-by-reference semantics.
(more…)
Read more »
In this video we will explore one of the ways of reading data from HTML using python pandas library. (more…)
Read more »
Due to uncertainty over the future of the Python 2 interpreter
in future Linux distributions, I've been
looking at some of our Python 2 code, especially the larger programs.
This caused me to express some views over on Twitter, which
came out long enough ... (more…)
Read more »