寫個學Python的筆記。
原始檔是利用Jupyter-notebook寫成。
上傳github: https://github.com/astrogtchen/Learning_Python
在協作平台上,則上傳pdf檔。
整個筆記目前分為13個部份:
1 : 安裝與執行、變數與字串
2:list(串列)、tuple(元組)、流程控制與自訂函數(def)、、dict(字典)、set(集合)
3:輸出格式、檔案處理
4:Numpy
5:Matplotlib
6:Scipy
7:文字編輯器與執行
8:VPython
9:Jupyter-Notebook
10:Pandas
11:Seaborn & Bokeh & Plotly
12:Beautifulsoup & Requests & Selenium
13:OpenCV