Python asyncio resources

API docs Coroutines and Tasks Synchronization Primitives Books and articles Using Asyncio in Python asyncio: We Did It Wrong by Lynn Root.
Read more →

Publishing Python software to PyPI

Short notes on how to build and publish Python packages to the Python Package Index (PyPI). Using Poetry Use poetry build and poetry publish. For more information, see https://python-poetry.org/. Using Twine Build source distribution and binary whee…
Read more →