Проект Hornbeam — новый способ задеплоить ваше приложение на питоне Здравствуйте, дорогие читатели! Сегодня я ...
#python #erlang #nogil #ml #beam
Origin | Interest | Match
Python 3.14 is going GIL-free—and the speed gains are wild.
In this short from Dev with Serdar, Serdar Yegulalp @syegulalp.bsky.social explains why no-GIL Python is a game changer.
Read more from Serdar: www.infoworld.com/article/3969...
#PythonDev #NoGIL #DevPerformance #DevwithSerdar
О чем на этот раз будет Python Day на Positive Hack Days 24 мая в рам...
habr.com/ru/companies/pt/articles...
#phdays #python #cpython #ast #nogil #vscode #ide #pygame #wasm
Event Attributes
Python Without the GIL: How Much Faster Is It? 🚀
I explored and benchmarked Python 3.13 with and without the GIL. The results? Up to 2x faster multi-threading! 🔥
Check out my full analysis & benchmarks here: simonontech.hashnode.dev/exploring-py...
#python #NoGIL
❯ env UV_PYTHON_DOWNLOADS=true UV_PYTHON_PREFERENCE=only-managed \ uv run -p 3.13t python -c 'import sysconfig; print(sysconfig.get_config_var("Py_GIL_DISABLED"))' 1 IOW: we can now have easy on-demand free-threaded Python builds
🐍 #Python 📦 #packaging news. Looks like the latest release of `cibuildwheel` v2.19 now supports #freethreading #nogil 🎉 thanks to Henry³
github.com/pypa/cibuild...
#PyPA