Arrays in Python - going over the Python lists, tuples, array module and NumPy arrays in parallel with the examples of their practical usage. (more…)
Read more »
Rapid fuzzy string matching in Python using various string metrics - rapidfuzz/RapidFuzz... (more…)
Read more »
A while ago at $work, we had a performance issue with one of our core Python libraries.This particular library forms the backbone of our 3D processing pipeline. It’s a rather big and complex library which uses NumPy and other scientific Python packages to... (more…)
Read more »
As an IRC bot enthusiast and tinkerer, I would like to describe the most enduring
and popular bot I've written, a markov-chain bot. Markov chains can be used
to generate realistic text,
and so are great fodder for IRC bots. The bot I am writing of has b... (more…)
Read more »