python-easter-eggs - Curated list of all the easter eggs and hidden jokes in Python... (more…)
Read more »
Recurrent neural networks can also be used as generative models. This means that in addition to being used for predictive models (making predictions) they can learn the sequences of a problem and then generate entirely new plausible sequences for the prob... (more…)
Read more »
The Concurrency with Python Series:
Concurrency with Python: Why? Concurrency with Python: Threads and Locks Concurrency with Python: Functional Programming Concurrency with Python: Separating Identity From State Concurrency with Python: Actor Models Con... (more…)
Read more »
A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood. - uber/orbit... (more…)
Read more »
Await Async Python applied with real examples. I show a slow API server and a slow database, and explain why async is not parallel but concurrent.... (more…)
Read more »