1、Python安装
sudo apt-get install python
sudo apt-get install python-dev
2、安装NumPy
数学包: sudo apt-get install python-numpy
科学计算包: sudo apt-get install python-scipy
数学图形包: sudo apt-get install python-matplotlib
交互工具: sudo apt-get install python-ipython
进入IPython: $ipython --pylab
退出IPython: >quit( )
3、安装Geany
sudo apt-get install geany
4、简单应用
import sys
from datetime import datetime
import numpy as np