8. Python的特性
? Ease of Learning
? Rapid Development Cycle
? Economy of Expression
? Readability and Beauty
? One way to do it
? Interactive Prompt
? Batteries Included
? Protocols -- wsgi, dbapi, …
17. Linux
? 自带Python2.7 or 2.6 (Ubuntu13.04以上自带Python3.3.1)
? 虚拟机演示:apt系,安装Python3.3.2
wget http://python.org/ftp/python/3.3.2/Python-3.3.2.tar.bz2
tar xf Python-3.3.2.tar.bz2
cd Python-3.3.2
./configure --prefix=/usr/local
make && sudo make altinstall
? yum系安装,参考:
http://stackoverflow.com/questions/8087184/installing-python3-on-rhel