《How to Think Like a Computer Scientist: Interactive Edition》 這網站提供互動式的Python教學,對於想要自學的程式語言的人可以試試看。總共分成19個章節:
- General Introduction:簡介
- Simple Python Data:基本的資料型態
- Debugging Interlude 1:程式錯誤與除錯介紹
- Python Turtle Graphics:圖形化介面
- Python Modules:數學模組與隨機數產生
- Functions:函式的使用
- Selection:布林變數與條件判斷
- More About Iteration:各種迴圈
- Strings:字串操作與find
- Lists:一串資料。像火車一樣把一堆資料一個一個串起來
- Files:檔案處理
- Dictionaries:字典。像查字典一樣,根據索引去找對應的資訊
- Exceptions:例外處理
- Web Applications:網頁程式
- GUI and Event Driven Programming:圖形化程式設計,使用Tkintere
- Recursion:遞迴,直接看下面例子
- Classes and Objects - the Basics:物件簡介
- Classes and Objects - Digging a Little Deeper:
- Inheritance:物件繼承
_EOF_
沒有留言:
張貼留言