用于科学计算的 Python 发行版:
1、Anaconda https://www.continuum.io/ 公司continuum。 有商业版本。
Anaconda is the leading open data science platform powered by Python. The open source version of Anaconda is a high performance distribution of Python and R and includes over 100 of the most popular Python, R and Scala packages for data science.
1) Anaconda使用总结 (转) http://python.jobbole.com/86236/ ---- 定位于一个PYTHON 安装配置环境。
使用说明: 包安装
A、Anaconda 使用 conda 来进行包安装,使用自己的专用格式与源。 如果专用源中没有需要的包,就需要使用通用的 pip 进行安装。
B、在 Anaconda 中,使用 Anaconda Prompt 提示符下,可以使用 pip install XXX 进行。
也可以去 https://pypi.python.org/pypi 先下包的 .whl 文件,进行本地安装:pip install X:XXXX.whl
两种方式实际都是去是去官方的源下载 安装包,然后安装。
2、winpython http://winpython.github.io/ windows 下安装后,独立的环境运行,没有快捷菜单。
The easiest way to run Python, Spyder with SciPy and friends out of the box on any Windows PC, without installing anything!
3、Sage Sage不支持Python3.x 。http://www.sagemath.org/ 开源!
SageMath 是一个基于GPL协议的开源数学软件。它使用Python作为通用接口,将现有的许多开源软件包整合在一起,构建一个统一的计算平台。