If pypy is faster, why do people still use PYTHON | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 4

If pypy is faster, why do people still use PYTHON

question on the speed of python

11th Aug 2018, 4:57 PM
Osinachi Chukwujama
Osinachi Chukwujama - avatar
4 Respuestas
+ 10
pypy is basicly python code transformed into machine code. If you ever tryed, compiling it takes time and most python programmers are lazy and doesn't like compiled languages (this is why they code in python). And mostly because it's not compatible with all libraries for python (i.e. it's not magic). It supports a reasonable amount of them but if the job gets done fast, performance doesn't matter for people. Python is fast enough for them. And to mention, there is a library for python called pyschomatic or something like that. Basicly turns .py to .pyc which is python bytecode and does optimisation too. So python becomes really fast even still it's interpreted.
11th Aug 2018, 7:33 PM
Mustafa Yıldız
Mustafa Yıldız - avatar
+ 6
Because Python is fast enough for what you need usually. And Python is easier and better. GO PYTHON 💗 🌼👏😊🎉👍😊 🎉
12th Aug 2018, 1:47 PM
Christine
Christine - avatar
+ 3
What is pypy?
11th Aug 2018, 5:18 PM
Comsis Alexis
Comsis Alexis - avatar
+ 2
Because my favorite language is Python.
12th Aug 2018, 8:10 AM
Giant Programmer
Giant Programmer - avatar