A public relations problem
A public relations problem
Posted Jul 11, 2015 5:54 UTC (Sat) by alankila (guest, #47141)In reply to: A public relations problem by Kwi
Parent article: A better story for multi-core Python
Do not undersell this. This is an actual technical problem, caused by design decisions appropriate for uniprocessor machines, and general neglect of execution performance. That there are solutions, such as using a different language or implementation just underline (C)Python's unsuitability for certain tasks where other languages that are still fairly similar to Python are far better. PyPy is perhaps the thing that allows Python to remain relevant -- from my outsider point of view, the whole Python community should simply abandon CPython as soon as possible and make PyPy the official way to run Python.
