Go 語言入門介紹,底下是大綱:
* Go 語言誕生
* Go 語言優勢
* Go 語言選擇
* 誰在用 Go 語言
最後會提到 goroutine 及 channel 這兩大特性。如果對 Go 語言有興趣,可以參考線上課程
https://www.udemy.com/golang-fight/?couponCode=GOLANG-INTRO
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