In this tutorial we'll dive in Topic Mining. We'll analyze a dataset of newsfeed extracted from more than 60 sources. We'll show how to process it, analyze it and extract visual clusters from it. We'll be using great python tools for interactive visualiza... (more…)
Read more »
I'm going to go over some C code that implements a bloom filter, and then I'm going to show you how you can make use of that data structure in Python code through the use of cffi. (more…)
Read more »
I think the mypy static type checker is a fantastic initiative, and absolutely love it. My one complaint is that it relies a little too much on subclassing f...
Read more »
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 »