gitmich / 20220726-cht

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python基礎及應用 @ 中華電信

20220726

投影片及相關連結:

雲端工具:

Trinket Turtle Graphics 知識點:

  • 使用 for loop (迴圈): 解決程式重複的問題
  • 定義 function (函式): 解決特定程式區塊重複的問題
  • 使用 module (模組):解決函式在不同程式裡面重複定義的問題

Line Notify 使用簡介:

爬蟲簡介:

使用Python繪製地圖:

20220728

投影片及相關連結:

課程大綱:

  • list, tuple, dict, set => 複習
  • if, loops, functions, exception handling
    • if statements (BMI範例)
    • loops (for and while)
      • 金字塔範例
    • functions
      • 金字塔範例
    • exception handling
      • 加減乘除範例
  • Numpy, MatPlotLib, Pandas
    • Numpy
      • ndarray
      • ufunc
    • Matplotlib
      • pyplot
      • artist
    • Pandas
      • Series
      • DataFrame
  • 量化投資
  • 機器學習簡介
    • scikit-learn
      • 鳶尾花辨識 (使用 SVM)
      • 鳶尾花辨識 (使用 Random Forest)
  • 深度學習簡介
    • 傳統跟深度學習程式的差別
    • teachable machine 範例

About


Languages

Language:Jupyter Notebook 100.0%