計算機概論與程式設計
Introduction to Computers and Programming
| 節 | 週一 | 週四 |
|---|---|---|
2 09:00–09:50 | 計算機概論與程式設計 EC122 | |
5 13:20–14:10 | 計算機概論與程式設計 EC122 2 節連堂 | |
6 14:20–15:10 | ||
A 18:30–19:20 | 計算機概論與程式設計 EC122 3 節連堂 | |
B 19:30–20:20 | ||
C 20:30–21:20 |
* 根據陽明交大上課時間表所列
This course is designed for beginners to programming. It introduces basic concepts and techniques in programming via a series of lectures and exercises on C programming language. Then the students will apply the learned concepts and techniques to another language (Python) and use them to solve daily life computing tasks. The objectives of this course are as follows: 1. The students will learn basic concepts in programming. 2. The students will know how to use the learned programming concepts in a different language to solve concrete problems. 3. The students will learn to use tools and references for help their coding practice.
No prerequisite and prior knowledge of programming is needed.
Course material will be made available here.
(tentative) Homework 20% Class exercise and participation 20% Mid-term exam 30% Final project 30%
| 週次 | 主題 |
|---|---|
| 第 1 週 | Introduction to Computer Systems |
| 第 2 週 | Variables & Expressions |
| 第 3 週 | Branching and Iteration |
| 第 4 週 | Basic Type and Arrays |
| 第 5 週 | 星期一補假不上課, 星期四上Functions and Program Organization |
| 第 6 週 | 星期一不上課, 星期四上Pointers |
| 第 7 週 | String & I/O |
| 第 8 週 | Midterm Exam |
| 第 9 週 | Python Basics (Part I): Data Types, Input/Output, Exceptions |
| 第 10 週 | Python Basics (Part II): Branching, Iteration, Function, Strings |
| 第 11 週 | Tuple, List, Dictionary |
| 第 12 週 | Dealing with Data: Files and the Web |
| 第 13 週 | Using Web Services, Web API |
| 第 14 週 | Object Oriented Programming in Python |
| 第 15 週 | User Interface and Usability |
| 第 16 週 | Final Project Due (No Class) |
1. C Programming A Modern Approach 2nd Ed. by K.N. King, Norton 2. Python for Everybody (https://www.py4e.com/book.php)