TIL: AutoInvent, ASGI, Python Packaging, RAPIDS GPU Computing, and FlaskCon

Today I learned about AutoInvent's development tools, ASGI specification for async Python web apps, dh-virtualenv for Python packaging, RAPIDS for GPU data science, and FlaskCon 2020 talks.

May 21, 2021 Â· 1 min

TIL: Barry Warsaw Zen of Python Song and Flit

Python Community and Culture Barry Warsaw’s Zen of Python Song Barry Warsaw adapted the Zen of Python into a Song! Creative interpretation of Tim Peters’ famous “Zen of Python” principles Demonstrates the playful and creative side of the Python community Barry Warsaw is a core Python developer and former release manager Python Packaging Tools Flit - Simple Python Package Publishing Flit for Python Lightweight alternative to setuptools for simple Python packages Focuses on pure Python packages without complex build requirements Simplifies the package creation and publishing process Uses pyproject.toml for configuration Created for packages that don’t need complex build steps or C extensions

July 14, 2020 Â· 1 min