Lightweight Python Task Queue (OSS)

Brokerless task queue for python based on 0Mq. Contribute to kaypee90/zebrok development by creating an account on GitHub. Read more

Similar

Five-Minute Multimethods in Python

So what are multimethods? I'll give you my own definition, as I've come to understand them: a function that has multiple versions, distinguished by the type of the arguments. (Some people go beyond this and also allow versions distinguished by the value... (more…)

Read more »