I'm proud to present: PyCon US 2024!!! 🥳🐍
Our website just launched! Check out the fun new design for 2024, celebrating Pittsburgh and... ahem.. ice creams!! 💜🍦
https://t.co/pYmir3pQZc
#PyConUS#Python#Conference#PyLadies#Community#ThePSF
Python is removing the GIL.
The GIL (Global Interpreter Lock) prevents you from running multi-threaded code.
That makes ML code, in particular, really hard to write in pure Python.
Here's what it takes to remove the GIL: