Python 程式設計基礎課程

Python 程式設計基礎課程

本月點閱|4,765 次
授課日期|2022 年 9 月

Python 程式設計基礎課程 Python Programming Foundation

Cheng-Yuan Ho (何承遠)

學分數:3學分

開課單位:資訊管理學系

本課程共 10 講| 影片數量 10 教材數量 0 參考資料數量 22

課程概述

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.

課程目標

  1. Understand Python programming
  2. Understand how to solve problem with Python
  3. Understand the logic and idea of problem solving with Python

參考書目

  1. Programming Python: Powerful Object-Oriented Programming
  2. Learning Python
  3. Python Cookbook: Recipes for Mastering Python 3
TOP