Rate limiting using Python and Redis

2020-04-28 Thread Andrea Stagi
Hi everyone, I've just published "Rate limiting using Python and Redis" an article where I explain how to limit requests with different algorithms. I hope you find it interesting! https://dev.to/astagi/rate-limiting-using-python-and-redis-58gk Thanks AS -- *Andrea Stagi (@4stagi) - CTO @ Lotrè

[RELEASE] Python 3.9.0a6 is now available for testing

2020-04-28 Thread Łukasz Langa
On behalf of the entire Python development community, and the currently serving Python release team in particular, I’m pleased to announce the release of Python 3.9.0a6. Get it here: https://www.python.org/downloads/release/python-390a6/

[ANN] Pycopy/pycopy-lib 3.1.0, a minimalist Python dialect

2020-04-28 Thread Paul Sokolovsky
Hello, Pycopy is a minimalist, lightweight, resource-efficient implementation of Python(-like) language. Pycopy to CPython is the same thing as Scheme to Common Lisp. Executable sizes of 300-400KB, instant startup, no need to carry around large monolithic library consisting largely of legacy modul