Friday, August 21, 2015

Python: Python 入門

好吧..這裏就總結一下Python的教學...

首先是入門,可以看看這個圖(英中對翻)︰Python脚本直解!
這個真的很有幫助!
Reference: Python - 十分鐘入門

如果看得懂英文可以看這個說明書,有例子有圖片很詳細
Reference: TutorialsPoint
這個可以直接安裝Python 2.7.10,pip等工具︰Python: Anaconda安裝包

接下來是一個online complier(是由Python寫成的)︰CodeSkulptor
這個工具其實是在Coursera網上課程裏面的An Introduction to Interactive Programming in Python主要工具,可以使用GUI、事件控制(滑鼠或鍵盤事件)等等。這裏也有關於Python的語法總結。
如果想詳細學習這個介面工具可以看以下兩個課程︰
  1. An Introduction to Interactive Programming in Python (Part 1)
  2. An Introduction to Interactive Programming in Python (Part 2)

剩下的自己多學多用多試吧!

No comments: