icon: RiMeteorLine
Title: Extra - Install and Setup Visual Studio Code (VS Code)
If you already have VS Code set up for Python development and are familiar with the IDE, feel free to skip this section. The materials in the Bootcamp are tested on Python 3.12
. It's recommended to have Python 3.9
or newer. Anaconda Python can be used if you're familiar with it.
Visit the official Visual Studio Code website here ➡️ Visual Studio Code.
Click on the download button and select the appropriate version for your operating system
Once the installer is downloaded, run it. This will only take a minute.
Install:
dpkg -i for .deb or rpm -i for .rpm files
)..pkg
file and follow the installation instructions.brew
. Refer to this guide.Profile | Recommended Videos to Watch |
---|---|
- I'm entirely new to Visual Studio Code. - I have not been using any Integrated Development Environment (IDE). |
All videos |
- I have been using Visual Studio Code for other programming language(s) other than Python | Video #2 and onwards |
- I have been using Visual Studio Code for Python scripts, but have yet to try out writing and running Jupyter Notebook on Visual Studio Code | Video #4 |