Ever used asyncio and wished you hadn't? A tiny (~200 lines) event loop for Python. - patrick-kidger/tinyio... (more…)
Read more »
Programming 2D games is awesome, but if you are anything like me what really
blows your mind is 3D graphics; and yes, you can do it in Python! (more…)
Read more »
an experimental alternative to poetry/pip/pipenv/pyenv/venv/virtualenv/pdm/hatch/… - GitHub - mitsuhiko/rye: an experimental alternative to poetry/pip/pipenv/pyenv/venv/virtualenv/pdm/hatch/… (more…)
Read more »
Two functions are provided, potentially for use with the assert statement: (more…)
Read more »
Let's say you need to parse and analyse some raw data, for example a log file, to generate a report. (more…)
Read more »