科號:09810ISA 562500

科名:Python人文程式設計 Humanities Computing in Python

時間地點:F5F6F7 資電 326

教科書:How to Think Like a (Python) Programmer by Allen Downey (209 pages) Syllabus:

Topics

1. Introduction to Python
2. Variables
3. Functions
4. Interface Design (case study)
5. Conditionals and Recursion
6. More on Functions
7. Iteration
8. Strings, Lists, Tuples
9. Word Processing (case study)
10. Dictionaries
11. Data Structure
12. File Operations
13. Classes, Objects, Functions, and Inherence
14 Case Study