CI status Latest Version in PyPI Supported Python versions Code coverage coredis is an async redis client with support for redis server, cluster & sentinel. Feature Summary: Clients for different t... (more…)
Read more »
One of the cool tricks I came across was how to write a self-sufficient AWS Lambda function, the idea is to have your Lambda function installs its dependencies at runtime/require time, instead of having to redeploy it each time you add a new dependency. (more…)
Read more »
Spreadsheets remain undefeated for financial modeling1. There are a number of generic tools (e.g. Anaplan) and industry specific tools (e.g. Argus), but they are best used in portfolio management-type scenarios where scale, structure, or auditability are ... (more…)
Read more »
Python dictionaries are an extremely important part of Python. Of course they are important because programmers use them a lot, but that's not the... (more…)
Read more »
PySignal - A purely Python implementation of the Qt signal system with no QObject dependencies...
Read more »