Exciting changes for python
Exciting changes for python
Posted Jul 14, 2025 18:51 UTC (Mon) by mb (subscriber, #50428)In reply to: Exciting changes for python by anselm
Parent article: Following up on the Python JIT
Python is a good language and I enjoy programming in it.
But all of my bigger projects eventually ran into performance and/or threading problems. No exceptions.
That's the main reason why I don't use Python for anything that has the potential to outgrow 1kLOC today.
But all of my bigger projects eventually ran into performance and/or threading problems. No exceptions.
That's the main reason why I don't use Python for anything that has the potential to outgrow 1kLOC today.
And performance improvements of 50% or 100% don't really help, because compiled languages are *so* much faster.
I have reached almost-compiled performance with Cython in certain projects. But why would I want to write code in Cython, if much better compiled languages with much better type systems exist?