Learn how to setup a Python virtual environment with conda in order to make the installation of packages and dependencies easier and more efficient. (more…)
Read more »
You are viewing the documentation for an older version of boto (boto2).
Boto3, the next version of Boto, is now
stable and recommended for general use. It can be used side-by-side with
Boto in the same project, so it is easy to start using Boto3 in your ...
Read more »
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,... (more…)
Read more »
gpod - GPOD - General Purpose Object Detector in Python...
Read more »
As a follow up to Python Mocking 101: Fake It Before You Make It, this post covers some higher-level software engineering principles demonstrated in our Python testing over the past year and half. In particular, the idea of patching mock objects in unit t... (more…)
Read more »