Scaling Python Data Science to the Cloud (With Dask)
Data scientists increasingly solve large machine learning and data problems with Python. But historically Python struggled with parallel… (more…)
Read more »
For this next blog post in my series of Python’s syntactic sugar, I’m tackling what would seem to be a very simple bit of syntax, but which actually requires diving into multiple layers to fully implement: not. On the surface, the definition of not is ver… Read more