Tag python

Django Task Queue

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...

Join the discussion

Validate x509 Certificate in Python

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...

Join the discussion

Python Development on OSX

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...

Join the discussion