PyPy: The FASTEST Python implementation

preview_player
Показать описание
"If you want your code to run faster, you should probably just use PyPy."

I mean, who can argue with the big boss?

Resources:



If you enjoy my content, consider supporting me on Patreon or becoming a member!

If you need help with anything, feel free to join the Discord server:

I get a lot of people asking, so here's my Visual Studio Code setup!



If you have any questions, don't hesitate to ask in the comments! I'll try and answer as soon as I can, providing someone else hasn't already done so.

#python #coding #howto
Рекомендации по теме
Комментарии
Автор

The fact that it runs numpy slower than CPython makes it not very useful. I can't imagine any scenario where your python program is so computationally expensive that you need a faster alternative, but you don't already use numpy.

felixfourcolor
Автор

Pandas not working with pypy is there any other solutions please help me.

shaileshpatel
Автор

The reason it can cast string to array<int8>[] and char to int8 is because a string is just an array of int8 values.

chaorrottai
Автор

Any thoughts on using pyscript instead of javascript? I understand it's known to be much slower but perhaps techniques/updates have changed recently where the performance hit isn't so bad?

bennguyen
Автор

great video! what's your vsc theme and icon pack?

samucancld
Автор

Hi im trying to use PyPy as interpreter in jupyter notebook but I cannot install packages using "pip install package_name" or "pypy -m install package_name". Can u suggest a solution

JJayaraj-fsdi
Автор

the fastest? i wouldnt be so sure about that. Nuitka can be really fast in some cases, Taichi/Numba are technically implementations of python, which JIT compile it, Cython compiles type-annotated python to C, MyPyC also compiles mypy-checked python... and almost all of them are in some ways faster than PyPy.

laundmo
Автор

Tried to use this but literally can't pass in arguements into the pypy files, which means they're shipping their binaries completely broken

Cybergazer-no
Автор

"The FASTEST Python implementation"
Graal Python or GraalPy would disagree. GraalVM provides a Python 3.8 compliant runtime. The aim is to bring compatibility up to python 3.10.

encapsulatio
join shbcf.ru