Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 2.14 KB

code-editor.md

File metadata and controls

47 lines (32 loc) · 2.14 KB

Instructions for Downloading Code Editors

For this workshop, we recommend using either PyCharm or Visual Studio Code (VS Code) as your code editor. Below are the instructions for downloading and installing each of these editors.

Downloading PyCharm

  1. Visit the PyCharm Download Page:

  2. Select Your Operating System:

    • Choose the appropriate version for your operating system (Windows, macOS, or Linux).
  3. Choose the Edition:

    • PyCharm offers both a Professional (paid) version and a Community (free) version. For this workshop, the Community edition is sufficient.
    • Click the "Download" button under the Community edition.
  4. Install PyCharm:

    • Once the download is complete, open the installer and follow the on-screen instructions to install PyCharm on your system.
  5. Initial Setup:

    • Launch PyCharm after installation.
    • Follow the initial setup wizard to configure your environment.

Downloading Visual Studio Code (VS Code)

  1. Visit the Visual Studio Code Download Page:

  2. Select Your Operating System:

    • Choose the appropriate version for your operating system (Windows, macOS, or Linux).
  3. Download and Install VS Code:

    • Click the "Download" button, and once the download is complete, open the installer.
    • Follow the on-screen instructions to install VS Code on your system.
  4. Initial Setup:

    • Launch VS Code after installation.
    • Install the Python extension for VS Code:
      • Click on the Extensions icon in the sidebar (or press Ctrl+Shift+X).
      • Search for "Python" and click "Install" on the extension developed by Microsoft.

Additional Resources

If you have any issues with the installation process, feel free to reach out to the workshop organizers for assistance.