2016年10月20日 星期四

Python Learning Material

最近開始學習Python,這邊蒐集一些網路上不錯的學習資源。


Here is learning material collection for Python:



Pyton 台灣使用者群組: 第一次使用就上手

A Byte of Python

"A Byte of Python" is very suitable for a C/C++ or Perl programmer who just starts to learn Python.
The author has introduced Python's syntax clearly and very easy to understand. Moreover, while explaining important concepts, the author usually gives some difference highlights  to C/C++ or Perl to help readers to capture the sprit of Python. This book is very useful.


Python.org Documents

Python.org 提供的文件,包含語法以及模組的完整使用說明以及範例。如果對模組的使用有疑問,建議來這邊找資料。


Install Python 3.x on Mac OS X

The pre-installed python in Mac OS X Yosemite is Python 2.x.
(not sure the pre-installed version of later version: EI Caption and Seirra)

To use Python 3.x, we have to install it by ourself. Thanks for Internet and may contributors on it, there are many instructions about how to install Python 3.x on Mac.

I choose one of them below and made some note for the problems that encountered during installation.