My django app needs to periodically fetch and process data from a 3rd party API. I need a task queue. Celery is the big dog. It's well...
I need to validate a x509 certificate's chain of trust in python. TL;DR version is that you can use PyOpenSSL. The code below gives an...
Setting up OS X for python development can be confusing because there are multiple options. Below I go into more detail but the TL;DR...