# 中大微積分作業 VSCode 安裝教學
:::info
(for 科學班學生)
Python 作業的 Deadline 等訊息,要上 eeclass 看
https://ncueeclass.ncu.edu.tw/
帳號:`學號`
密碼:`身分證`
交作業用的 數學系Python學習網站
http://python.math.ncu.edu.tw/
帳號:`學號@cc.ncu.edu.tw`
密碼:`NCU+學號末五碼`
:::
# Install Python
1. [Download Python (be sure to select the right build for your OS).](https://www.python.org/)

2. **VERY IMPORTANT: Check `USE admin pri ... py.exe` AND `Add Python.exe to PATH`**

# Install VSCode
1. [Download and install VSCode (be sure to select the right build for your OS).](https://code.visualstudio.com/)

2. Install Python extension in VSCode.

3. (Optional) Install Traditional Chinese extension.
4. Open a folder (empty and no Chinese in path is recommended).

5. Create a file with `.py` file extension.

6. Reboot you PC.
7. Open terminal. Windows: `Win` + `R`.
8. Run `pip install matplotlib` and `pip install numpy`.

9. Write your code and execute it with `Run Python File`.
**GOOGLE SEARCH YOUR ERROR MESSAGE before asking.**
**Use matplotlib instead of pylab.** [Basic tutorial(Chinese)](https://steam.oxxostudio.tw/category/python/example/matplotlib.html)

# Submit your answer
1. Login to [中央數學 / Python 學習網站](https://python.math.ncu.edu.tw).
2. Click `教學專區` and find the right section.


3. Submit your code.