Exciting changes for python
Exciting changes for python
Posted Jul 16, 2025 15:14 UTC (Wed) by marcH (subscriber, #57642)In reply to: Exciting changes for python by taladar
Parent article: Following up on the Python JIT
When I wrote "safer" I had memory corruption and C/C++ specifically in mind - these are always the most-time consuming bugs by several orders of magnitude. There are indeed many other options besides Python and C/C++ and some may be better than either depending on the use case.
Compared to lower level languages, Python saves time prototyping not just because you write less code but also because there are very high level libraries and approaches to choose from, especially for I/O and concurrency.