What Python interpreter should I use?
The highest level of compatibility with Python packages and C extension modules is provided by CPython. If you’re building open source Python code and want to reach as many people as possible, CPython is the way to go. CPython is your only option for using packages that rely on C extensions to work.