Python 程式設計基礎課程
-
課程簡介
- 資源下載
- Lecture 1: Data Types and If Else
- Lecture 2: Containers and For Loops
- Lecture 3: While Loops
- Lecture 4: More If Else, For Loops, and While Loops
- Lecture 5: Functions and Lambda
- Lecture 6: More Functions
- Lecture 7: Recursion
- Lecture 8: Module and Package
- Lecture 9: File Handling
- Lecture 10: Exception

本月點閱|4,765 次
授課日期|2022 年 9 月
Cheng-Yuan Ho (何承遠)
學分數:3學分
開課單位:資訊管理學系
本課程共 10 講| 10
0
22
本課程由「Cheng-Yuan Ho (何承遠)」授權使用,您如需利用本作品,請另行向權利人取得授權。
課程概述
In this course, there are ten lectures, i.e., videos. We will focus on the problem solving in these lectures. That means we thought you learned Python before, so we will quickly describe the Python commends in the first part of each lecture. Later, we will use these Python commends to solve the problems. Furthermore, the important things of solving problem are the logic and idea, not the Python commends. In other words, after you learn the logic and idea, you can use Python and other programming languages to solve the similar or new problems.
課程目標
- Understand Python programming
- Understand how to solve problem with Python
- Understand the logic and idea of problem solving with Python
參考書目
- Programming Python: Powerful Object-Oriented Programming
- Learning Python
- Python Cookbook: Recipes for Mastering Python 3