Basic analytic in Python using signals and Redis
A slightly underused(or less needed for most projects) feature of frameworks are the signals they provide.
Signals allows you to hook a certain action initiated to some code that you provide.
For example, whenever there is a request comming to your web application, then your framework initiate a signal …