pypy Command Examples

Fast and compliant alternative implementation of the Python language. More information: https://doc.pypy.org.

pypy

pypy {{path/to/file.py}}

pypy -i {{path/to/file.py}}

pypy -c "{{expression}}"

pypy -m {{module}} {{arguments}}

pypy -m pip install {{package}}

pypy -m pdb {{path/to/file.py}}