pypy3.9

PyPy implementation of Python 3.9 with JIT compilation

brewmacoslinux
Try with needOr install directly
Source

About

Implementation of Python 3 in Python

Commands

pypy3.9pypy3

Examples

Run a Python script with PyPy3.9$ pypy3.9 script.py
Start an interactive PyPy3.9 REPL$ pypy3.9
Install packages using PyPy3.9's pip$ pypy3.9 -m pip install package_name