Experimenting with Delivering a Reactive Python Application
Recently, I had to extend a console script written in Python 3 to be reactive. The new incarnation needed to execute a task on an interval or when it received a TCP signal. Sometimes, it’ll receive a burst of messages and other…