Contextlib in Python [video]

Context Managers help you make code easier to read while making sure that all your resources are cleaned up properly. In this video, we dive into contextlib,… Read more

Similar

Setting Up Your Python Environment on a Mac

In this post I’m going to explain how to install a working Python environment for Scientific Computing on macOS. That includes NumPy, SciPy, Matplotlib etc., but also some more advanced tools and even a framework for Machine Intelligence and Deep Learni...

Read more »