Skip to main content
Chemistry LibreTexts

3.10: Visual Studio Code

  • Page ID
    469544
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \)

    \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)

    \( \newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\)

    ( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\)

    \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\)

    \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\)

    \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\)

    \( \newcommand{\Span}{\mathrm{span}}\)

    \( \newcommand{\id}{\mathrm{id}}\)

    \( \newcommand{\Span}{\mathrm{span}}\)

    \( \newcommand{\kernel}{\mathrm{null}\,}\)

    \( \newcommand{\range}{\mathrm{range}\,}\)

    \( \newcommand{\RealPart}{\mathrm{Re}}\)

    \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\)

    \( \newcommand{\Argument}{\mathrm{Arg}}\)

    \( \newcommand{\norm}[1]{\| #1 \|}\)

    \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\)

    \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    \( \newcommand{\vectorA}[1]{\vec{#1}}      % arrow\)

    \( \newcommand{\vectorAt}[1]{\vec{\text{#1}}}      % arrow\)

    \( \newcommand{\vectorB}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \)

    \( \newcommand{\vectorC}[1]{\textbf{#1}} \)

    \( \newcommand{\vectorD}[1]{\overrightarrow{#1}} \)

    \( \newcommand{\vectorDt}[1]{\overrightarrow{\text{#1}}} \)

    \( \newcommand{\vectE}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash{\mathbf {#1}}}} \)

    \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \)

    \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)

    Visual Studio Code is also known as VS Code or VSC is a powerful light weight IDE developed by Microsoft that has Git and GitHub integration. The download link is https://code.visualstudio.com/ and we will be developing this tutorial as the class proceeds. This is also a useful editor for HTML web pages and it even allows you to watch the webpage change as you edit it.  Once again, you should surf the web for tutorials and if you find any that you really like you should annotate them and tag them with the tags physical-computing and vs-code.  Note, if you want to work with Git you will need to install it (https://git-scm.com/downloads).

    Getting Started

    https://code.visualstudio.com/docs is the place to get started.  Figure \(\PageIndex{1}\) shows the Quick Start Guide for using python.  You should familiarize yourself with this resource if you plan to use VSCode.   You need to do three things to use VSC with Python:

    1. Instal VS Code
    2. Instal Python
    3. Instal a Python extension from the VS Code Market Place

    Note, if you already have Python installed the VS code will connect to the most recent version, and if you try to open a Python file it will direct you to get the extension.

     

     

    clipboard_e8dba5b749544ab7af96adb6ab6570ef0.png

    Figure \(\PageIndex{1}\): Screenshot (1/22/2024) of VS Code Docs Quick Start page. (Belford CC 0.0)

     

     

     

     

    Live Preview (html)

     

    go to extensions (bottom icon on left panel) and search for "live preview" and then instal

     

    clipboard_ee88917022c03b292c52b26db3a3e0a30.pngFigure \(\PageIndex{1}\): Copy and Paste Caption here. (Copyright; author via source)

    Installing VSC on Raspberry Pi 4

    VS Code is recommended software and thus simple to install.  Click the Pi icon, choose preference/Recommended Software.  After the list is compiled scroll down and click Visual Studio Code and apply.

     

    clipboard_ed0fb883aebfac401295baac835eba2fa.pngFigure \(\PageIndex{1}\): Screenshot (1/22/2024) of menu options to Recommended software. (Belford CC 0.0)

    Now choose Visual Studio Code

    clipboard_e5d1130725d21af2095749f40c3a955e4.pngFigure \(\PageIndex{2}\): Screenshot (1/22/2024) of VSC option in recomended software option. (Belford CC 0.0)

    and apply.

    Note, the first time you open a python file with VS Code it will ask you if you want to 

     

    clipboard_ef3f09882e632c001162e8d506286de3f.png

     

    Figure \(\PageIndex{3}\): Screenshot (1/22/2024) of the first time VSC is run on a Pi and it asks if we want to install the recommended Python Extension. (Belford CC 0.0)

    It will then instal the extension, and this make take a bit of time

     

    clipboard_e01dd2b311072996fba7020c65c91c4fd.pngFigure \(\PageIndex{4}\): Screenshot of VSC Python Extension being installed. (Belford CC 0.0)

     

    clipboard_e1b48c01a7470e764b8d947996dc670a6.pngFigure \(\PageIndex{5}\): Screenshot (1/22/2024) of Python Program being run (in the editor) and the data being streamed to the terminal (bottom). (Belford CC 0.0)

      This program involves a 40 iteration loop (the 20th was just completed) that prints the data to the terminal and then uploads the data to a Google sheet.

     

     

    clipboard_e24c8ee209a40c3a7d69aa8b395382d06.pngFigure \(\PageIndex{1}\): Copy and Paste Caption here. (Copyright; author via source)

     

     

     


    3.10: Visual Studio Code is shared under a not declared license and was authored, remixed, and/or curated by LibreTexts.

    • Was this article helpful?