Concurrent Subscribers – RabbitMQ in Python (Pika)

It’s a fairly common scenario to subscribe to a Rabbit queue and process messages before acknowledging receipt. The pika package for dealing with RabbitMQ in Py… Read more

Similar

Going All in with Python Type Hints

For large python code bases, Python 3's type hints system can be a huge blessing. It allows static type checkers like mypy to detected a large class of errors that would otherwise have gone undetected. This is a quick introduction to the use and be... (more…)

Read more »