Link Search Menu Expand Document

Setting Up a Development Environment

While many argue that the best way to learn to code is to simply start coding, having the right set of tools makes coding much more enjoyable and productive. In this workshop, we explore the differences between development environments and basic text editors and we will set up a simple development environment using Visual Studio Code. Moreover, this workshop introduces VSCode extensions, such as Git, SSH, and Docker, and gives you resources to learn more about them.

Learning objectives

By the end of this workshop, you will be able to:

  1. Recognize the role of a development environment and source code editor in computer programming
  2. Become familiar with the Visual Studio Code interface and tools
  3. Run codes and debug in Visual Studio Code environment (in Python)
  4. Employ Extensions to connect Visual Studio Code with other development tools such as SSH, Git, and Docker

Before the workshop

Schedule

0:00 Welcome and using Zoom
0:05 Introduction
0:10 Integrated development environments and editors
0:25 Visual Studio Code basics and Exercise 1
0:40 Themes, settings, and extensions
0:55 Python in VS Code + Exercise 2
1:20 Source control and remote machines
1:35 Q&A

Slides

Find the workshops slide below or open it in a new tab:

More resources