Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Python has come along way. It’s never gonna win for something like high-frequency trading, but it will be super competitive in areas you wouldn’t expect.


It could be much better if most folks used PyPy instead of CPython as favourite implementation.


The Python interpreter and core library is mostly C code, right? Even a Python library can be coded in C. If you want to sort an array for example, it will cost more in Python because it's sorting python objects, but it's coded in C.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: