# Python 基礎
###### tags: `Python`
##### 日期:2024/03/07
## Python 教學
### Python 基礎
- [Python 和 vs code 環境安裝](https://drive.google.com/file/d/1ppSQkkRwhOI15wlDEP31ckHwMHB2wemd/view?usp=sharing) PDF簡報
- [第一章](https://drive.google.com/file/d/1hY3Mscz6m0SeeUq4O5YmLV0v50vfRPGJ/view?usp=sharing) PDF簡報 (循序結構-標準輸出、運算子、資料型態、除錯)
- [第二章](https://drive.google.com/file/d/1mhQuKVCCp9tVbLaq9AGZYGDMLFReSozh/view?usp=drive_link) PDF簡報 (循序結構-標準輸入、變數、黑箱白箱測試)
- [第三章](https://drive.google.com/file/d/1g4df5vpTTWwA_YsScTRSe2FeAvl5EqSp/view?usp=sharing) PDF簡報 (循序結構-字串格式化、選擇結構-if)
- [第四章](https://drive.google.com/file/d/1eQSjGQpy5L_paCSh5ZG0Ia95o7izipZZ/view?usp=sharing) PDF簡報 (選擇結構-多重 if、重複結構-range、for)
- [第五章](https://drive.google.com/file/d/10k2cLRA9_Eo6oAqwow83YEwwDkHoY72J/view?usp=sharing) PDF簡報 (重複結構-while、break、continue、多重迴圈)
- [第六章](https://drive.google.com/file/d/1m9RUiNPmDYdcVSw1MoHhVx5GVU5NYVEk/view?usp=drive_link) PDF簡報 (資料容器-list、隨機亂數)
- [第七章](https://drive.google.com/file/d/1F9lAl3M448S0UUuJuCE8cpMEWXOuTVxN/view?usp=drive_link) PDF簡報 (海龜繪圖)
- [第八章](https://drive.google.com/file/d/1xwCb6UWai8Dd_FwWM8eTD_xFxbhYWL7S/view?usp=drive_link) PDF簡報 (字串格式化、函數、資料容器、遞迴)
### Python 進階
- [Python 容器](https://hackmd.io/@JohnAxer/container) Set(集合)、Dictionary(字典)
- [Numpy](https://hackmd.io/@JohnAxer/numpy) Numpy 使用
- [Matplotlib](https://hackmd.io/@JohnAxer/matplotlib) Matplotlib 使用
- [資料交換格式](https://hackmd.io/@JohnAxer/data) CSV、JSON 和 XML 介紹 [PDF簡報](https://drive.google.com/file/d/11yc70m2fqKjojMu-EUN99dIBvB70MjLt/view?usp=sharing)