Python_Numpy
Last updated
Last updated
(Updated 2021.4) Use Python 3.7
(Updated 2022.4) Use Python 3.9
In-Class Python Tutorial: Learning Python in 60 minutes_DLIP
In English
In Korean
NumPy Tutorial: Learning Numpy in 60 minutes_DLIP
In English
Prepare the environment as
Visual Studio Code
Python Environment (>3.6)
Follow the tutorial for installation
To create the new environment for Python 3.x, in your terminal window or an Anaconda Prompt, run:
Example: env name 'py36'
You can update Python in the same branch or upgrade to a higher branch.
If you are in an environment with Python version 3.4.2, the following command updates Python to the latest version in the 3.4.x branch:
The following command upgrades Python to another branch from 3.4 to 3.6 by installing that version of Python:
Read more about Python Update and Upgrade