2020年9月23日 星期三

自學Python的互動式網站

《How to Think Like a Computer Scientist: Interactive Edition》 這網站提供互動式的Python教學,對於想要自學的程式語言的人可以試試看。總共分成19個章節:

  1. General Introduction:簡介
  2. Simple Python Data:基本的資料型態
  3. Debugging Interlude 1:程式錯誤與除錯介紹
  4. Python Turtle Graphics:圖形化介面
  5. Python Modules:數學模組與隨機數產生
  6. Functions:函式的使用
  7. Selection:布林變數與條件判斷
  8. More About Iteration:各種迴圈
  9. Strings:字串操作與find
  10. Lists:一串資料。像火車一樣把一堆資料一個一個串起來
  11. Files:檔案處理
  12. Dictionaries:字典。像查字典一樣,根據索引去找對應的資訊
  13. Exceptions:例外處理
  14. Web Applications:網頁程式
  15. GUI and Event Driven Programming:圖形化程式設計,使用Tkintere
  16. Recursion:遞迴,直接看下面例子
  17. Classes and Objects - the Basics:物件簡介
  18. Classes and Objects - Digging a Little Deeper
  19. Inheritance:物件繼承

_EOF_

沒有留言:

張貼留言