Day1:Python入門與熟悉簡易圖形化介面GUI套件
-基礎Python環境設置
-介紹變數以及簡單資料型別(Variables and Simple Data Types)
-串列與字串(List and String)
-條件判斷(if)
-反覆及迴圈結構(for, while)
-OX棋(實作)
-遊戲貪食蛇(實作)
Day2:物件導向與除錯測試
-函數 (function)
-檔案處理
-物件導向程序(Object Oriented Programming)
-測試、除錯、異常處理、中斷(Testing, Debugging, Exceptions, Assertions)
Day3:架構程式並善用PyGame套件
-小蜜蜂遊戲設計及實作