Skip to content

Better Python

Python performance sucks.
-> Oui, d’où Cython, Cython+, Numba, Pyston v2, etc.

Python desktop and mobile application deployment sucks.
-> Oui.

Python Global Interpreter Lock really sucks.
-> Oui, on le répête depuis 20 ans, c’est pas nouveau. D’où Cython+ ou équivalent.

Python lack of parallelism sucks.
-> Multiprocessing & co ?

Python lack of compiler sucks.
-> Pythran ? Mypyc ?

Python format-dependent semantics sucks.
-> Pas compris.

Page last modified: 2023-03-08 11:32:44