Python Compilers
- This list is incomplete; you can help by expanding it.
| Compiler | Author | Target | Windows | Unix-like | Other OSs | License type | IDE? |
|---|---|---|---|---|---|---|---|
| Psyco | Armin Rigo, Christian Tismer | JIT | Yes | Yes | Yes | MIT | No |
| cython | C | Yes | Yes | Yes | Apache License 2.0 | No | |
| Shedskin | C++ | Yes | Yes | Yes | GPLv3 and BSD | No | |
| PyPy | JIT | Yes | Yes | Yes | No |
Read more about this topic: List Of Compilers