@mkennedy I'm way behind on podcasts so I'm responding to #PythonBytes 422:

Is asyncio.Semaphore not almost exactly what you're looking for when it comes to managing asyncio task limits in #Python?

It's like a Lock, but with multiple slots. Granted, it's not global, but you can say, "only 10 tasks (that you control) at a time can hit this API/database/auth service".

I use Semaphores to limit simultaneous remote device connections so I don't overwhelm an auth server.

« #Python Packaging is Great Now: #uv is all you need » https://dev.to/astrojuanlu/python-packaging-is-great-now-uv-is-all-you-need-4i2d

This sounds a bit hyperbolic, doesn't it? But maybe I should start teaching uv. I'm not sure yet. As usual, I like @brianokken's comments, see screenshot from #PythonBytes episode summary.

Python Packaging is Great Now: `uv` is all you need

The title of this post is a reference to Glyph's Python Packaging is Good Now. I think it's safe to...

DEV Community

It was great to see a LIVE-live stream recording of a Python Bytes episode at PyCon US 2023 🇺🇲🐍

After listening to so many episodes of the Brian Okken and Michael Kennedy podcasts it was so nice to meet them in person 👥🎙️

#PyCon #PyConUS #PythonBytes #Python #Podcast #PythonSpeakingTour

CC @pythonbytes @brianokken @mkennedy @pycon @PyConUS

#python #circuitpython I got this from the #pythonbytes podcast. Stats on Python packages. Interesting to see which packages are used the most frequently- https://pypistats.org/top
PyPI Download Stats

PyPI Download Stats

@mkennedy @brianokken listening to #pythonbytes 321 - there is tartufo for not just finding AWS keys but other high entropy strings which can be used as #pre-commit hook and #githubactions. See https://github.com/godaddy/tartufo and https://github.com/marketplace/actions/tartufo-scan.
GitHub - godaddy/tartufo: Searches through git repositories for high entropy strings and secrets, digging deep into commit history

Searches through git repositories for high entropy strings and secrets, digging deep into commit history - godaddy/tartufo

GitHub

Someone has been listening to way too many podcasts recently.

#podcast #dogs #dogsofmastodon #talkpython #pythonbytes #SyntaxFM #changelog #shoptalk #dachshund

There was a library mention in one of the recent episodes of #talkpythontome or #pythonbytes that speeds up connections across the cloud network. I’m struggling to find which episode it was and wonder if anyone else remembers this? @mkennedy
This past year, I have been digging deeper into python and kubernetes. These 5 podcasts, which apparently is also my top 5 listens, has broadened my perspective immensely.
I start to feel as if I can better find my way around, and feel somewhat on top with new development!
Thanks to all the podcast creatora out there, too many to mention, without you my view of this would be less 😎🎊
#python #Kubernetes #homelab #talkpythontome #realpython #shipit #pythonbytes #devopsanddockertalk

@brianokken #pythonbytes

So cool to that recursion joke referenced on the podcast. Missed the live broadcast and now kicking myself for missing it.

It’s just occurred to me that being a ‘dunderhead’ is a compliment to a #Python programmer.
#pythonbytes