Managed to break into the "e" scores in Balatro. 🎉 Next milestone is to try and hit NaN, but that's almost impossible on a unseeded run, so highly unlikely. image
We are all time travellers, journeying together into the future. image
Now that the Template Strings PEP has been accepted, we'll be able to reproduce that famous JavaScript slide in Python! image
Anybody in my social circles has any experience with vcrpy? Is it a good tool to use for testing integrations with 3rd party APIs or best to use something like RESPX and create all the response fixtures manually?
We finally migrated the work project to Python 3.13, which means that I'm now using Python 3.13 everywhere. Feels good 😎
I love pytest, but I could never get used to its fixture system. However, pytest combined with Django's TestCase/SimpleTestCase is amazing, especially when paired with pytest-watcher!
Has anyone been dealing with gunicorn workers running a Django app not shutting down gracefully and needing to be killed with SIGKILL? The weird thing is that I can reproduce this locally with DEBUG=True but not with DEBUG=False. Any hints on how to debug? image