5 ms·
> PyPy is great, but not drop in. Nowadays it works correctly with almost all C modules. Mostly you just need to use `pypy3 -m pip install foo` instead of `pyt
by zielmicha 7y ago
> PyPy is great, but not drop in.
Nowadays it works correctly with almost all C modules. Mostly you just need to use `pypy3 -m pip install foo` instead of `python3 -m pip install foo`.
- pas 7y agoLast year I had to fight with it quite a bit to get it to work with uwsgi. It seems that any new/greenfield Python project should target PyPy though, just in case, and the performance never hurts.