927 captures
28 Feb 2014 - 23 Mar 2026
Jul AUG Sep
17
2022 2023 2024
success
fail

About this capture

COLLECTED BY

Collection: Save Page Now

TIMESTAMPS

The Wayback Machine - http://web.archive.org/web/20230817012938/https://www.python.org/download/alternatives/
 


Notice: While JavaScript is not essential for this website, your interaction with the content will be limited. Please turn JavaScript on for the full experience. 



Skip to content  


Python  

PSF  

Docs  

PyPI  

Jobs  

Community  




 
 Menu



AA

Smaller

Larger

Reset
 





Socialize  

Facebook

Twitter

Chat on IRC
 





About  

Applications

Quotes

Getting Started

Help

Python Brochure
 


Downloads  

All releases

Source code

Windows

macOS

Other Platforms

License

Alternative Implementations
 


Documentation  

Docs

Audio/Visual Talks

Beginner's Guide

Developer's Guide

FAQ

Non-English Docs

PEP Index

Python Books

Python Essays
 


Community  

Diversity

Mailing Lists

IRC

Forums

PSF Annual Impact Report

Python Conferences

Special Interest Groups

Python Logo

Python Wiki

Code of Conduct

Community Awards

Get Involved

Shared Stories
 


Success Stories  

Arts

Business

Education

Engineering

Government

Scientific

Software Development
 


News  

Python News

PSF Newsletter

PSF News

PyCon US News

News from the Community
 


Events  

Python Events

User Group Events

Python Events Archive

User Group Events Archive

Submit an Event
 








Alternative Python Implementations

 
This site hosts the "traditional" implementation of Python (nicknamed CPython). A number of alternative implementations are available as well, namely


IronPython (Python running on .NET)

Jython (Python running on the Java Virtual Machine)

PyPy (Afast python implementation with a JIT compiler)

Stackless Python (Branch of CPython supporting microthreads)

MicroPython (Python running on micro controllers)


Other parties have re-packaged CPython. These re-packagings often include more libraries or are specialized for a particular application:


ActiveState ActivePython (commercial and community versions, including scientific computing modules)

pythonxy (Scientific-oriented Python Distribution based on Qt and Spyder)

winpython (WinPython is a portable scientific Python distribution for Windows)

Conceptive Python SDK (targets business, desktop and database applications)

Enthought Canopy (a commercial distribution for scientific computing)

PyIMSL Studio (a commercial distribution for numerical analysis  free for non-commercial use)

Anaconda Python (a full Python distribution for data management, analysis and visualization of large data sets)

eGenix PyRun (a portable Python runtime, complete with stdlib, frozen into a single 3.5MB - 13MB executable file)


If you want to host and run Python in the cloud, these implementations may be right for you:


PythonAnywhere (freemium hosted Python installation which lets you run Python in the browser, e.g. for tutorials, showcases, etc.)