Try   HackMD

Python 開發入門

一.軟體安裝與環境設定

1.Python安裝

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

Python官網

2.Anaconda安裝

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

Anaconda官網

3.Vscode安裝

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

VsCode官網

4.PyCharm Community Edition 安裝

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

pycharm官網

二.數值計算與條件分析

  1. Anaconda虛擬環境設置

  2. Python 列印

  3. Python 輸入

  4. 關係運算判斷

  5. 邏輯分析判斷

三.重複執行與字串操作

  1. while 與 for 迴圈

  2. 字串符號與操作

  3. 字串取代搜尋

  4. 字串插入切割

四.List 資料操作

  1. list 部分取值

  2. list 更新附加

  3. list 擴展新增

  4. list 刪除

  5. list 排序與反轉

五.字典與函數

  1. 字典介紹與操作

  2. 自訂函數運用

六.函數進階運用

  1. 資料格式化

  2. 浮點數資料

  3. 函數的固定傳遞

  4. 函數的變動傳遞

七.匿名函數與套件使用

  1. 匿名函數

  2. map與filter運用

  3. 模組與套件

  4. 亂數呼叫使用

  5. 呼叫內建函數

八.例外處理

  1. 各種例外處理

九.物件導向

  1. 物件導向

  2. 物件導向設計

  3. 封裝與繼承

  4. 內建成員與抽象類別

十.檔案存取與Numpy