SciPy 环境搭建

SciPy 环境搭建

标准的Python发行版不包含任何SciPy模块。一个轻量级的替代方案是使用流行的Python软件包安装程序安装SciPy

pip install pandas

如果我们安装 Anaconda Python package ,默认情况下会安装Pandas。以下是在不同操作系统中安装它们的软件包和链接。

Windows

Anaconda (来自 https://www.continuum.io )是用于SciPy堆栈的免费Python发行版。也适用于Linux和Mac。

Canopy ( https://www.enthought.com/products/canopy/ )免费提供,也可用于Windows、Linux和Mac的商业分发的完整SciPy堆栈。

Python (x,y) −这是一个带有SciPy堆栈和Windows OS上的Spyder IDE的免费Python发行版。 (可从 https://python-xy.github.io/ 下载)

Linux

使用各自Linux发行版的软件包管理器来安装SciPy堆栈中的一个或多个软件包。

Ubuntu

我们可以使用以下路径在Ubuntu中安装Python。

sudo apt-get install python-numpy python-scipy 
python-matplotlibipythonipython-notebook python-pandas python-sympy python-nose

Fedora

我们可以使用以下路径在Fedora上安装Python。

sudo yum install numpyscipy python-matplotlibipython python-pandas 
sympy python-nose atlas-devel

Python教程

Java教程

Web教程

数据库教程

图形图像教程

大数据教程

开发工具教程

计算机教程