Getting Started w/ Python: Difference between revisions
No edit summary |
|||
Line 6: | Line 6: | ||
# Install [https://www.python.org/downloads/ Python for Windows] | # Install [https://www.python.org/downloads/ Python for Windows] | ||
# Install [https://code.visualstudio.com/download VSCode for Windows] | # Install [https://code.visualstudio.com/download VSCode for Windows] | ||
## From Extensions, install the following: | |||
### Python | |||
### Jupyter | |||
== Jupyter Introduction == | == Jupyter Introduction == |
Revision as of 22:22, 12 January 2023
Installation and Setup
- Install Python for Windows
- Install VSCode for Windows
- From Extensions, install the following:
- Python
- Jupyter
- From Extensions, install the following: