week_1
1 Environment Setting
- Windows Setup(請下載3.x版本, 最好是3.6版本)
- Mac OS
- 參考教學(因編寫者沒Mac測試, 請斟酌參考試試看):
- Linux Setup
- 內建Python, 請查看版本 with
$ python3 --version
- 若沒有顯示版本,請輸入
$ sudo apt-get install python3.6
- 內建Python, 請查看版本 with
- IDE Intro
- 什麼是IDE
- Best IDE Software – a List of the Top 10
- 我們推薦使用Spyder IDE 或 Visual Studio Code或PyCharm
- PyCharm安裝教學
- Spyder在安裝Anaconda時會一同安裝
- 我們推薦使用Spyder IDE 或 Visual Studio Code或PyCharm
Packages Control with pip or conda
Jupyter Notebook Intro
知識:Interpreted vs compiled programming
How to deal with the error messages?
- Google it!