Skip to content

rwepa/teaching-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

teaching-programming

科目名稱: 程式設計

00_AI基礎程式設計

01_Python語言簡介

02_Anaconda_JupyterNotebook_Spyder簡介

03_資料型別與運算子

04_資料物件

05_使用NumPy模組與reshape應用

06_判斷式與迴圈應用

07_函數與類別應用

08_scipy模組_微積分,內插法 [*]

09_pandas模組_開放資料輸入與處理

10_pandas模組_資料視覺化

11_matplotlib模組_資料視覺化

12_seaborn模組_資料視覺化

13_Python_Excel_自動化資料分析應

14_streamlit模組_互動式網頁應用

15_水資源案例應用

16_氣候案例應用

17_水庫CTSI卡爾森指數長資料(Long data)轉換為寬資料(Wide data)

18_水庫CTSI卡爾森指數-資料視覺化

pip 技巧

  • 精簡顯示已經安裝模組的版本 (for Windows)

pip list | findstr pandas

  • same as the above for Ubuntu

pip list | grep pandas

Python in Hydrology

end

About

程式設計 (Programming) 主要在培養學生邏輯思考能力,透過 Python 程式基礎,引導學生建立邏輯概念、問題分析與解決的能力。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors