The Python standard library is full of underappreciated gems. One of them allows for simple and elegant function dispatching based on argument types. This makes it perfect for serialization of arbitrary objects – for example to JSON in web APIs and stru... (more…)
Read more »
The future of python is asynchronous. This talk will take us from 0-60 in a retrospective journey to understand: Traditional request/response cycles Enhancem... (more…)
Read more »
Simple SQL in Python. Contribute to nackjicholson/aiosql development by creating an account on GitHub. (more…)
Read more »
This NumPy release is marked by the removal of much technical debt: support for
Python 2 has been removed, many deprecations have been expired, and
documentation has been improved. The polishing of the random module continues
apace with bug fixes and bett... (more…)
Read more »
A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood. - uber/orbit... (more…)
Read more »