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:
- Recognize the role of a development environment and source code editor in computer programming
- Become familiar with the Visual Studio Code interface and tools
- Run codes and debug in Visual Studio Code environment (in Python)
- Employ Extensions to connect Visual Studio Code with other development tools such as SSH, Git, and Docker
Before the workshop
-
Install Visual Studio Code on your system
-
Install a Python Interpreter on your system. We will use Python programming language to show language-specific capabilities of a development environment such as VS Code
-
Install Git and take a look at the Introduction to Git 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
- Official Visual Studio Code Documentation
- Getting Started with Python in VS Code
- Setting up a Python development environment in VS Code
- Introduction to Git and GitHub
- Introduction to Docker
- Introduction to the Unix Shell
- Get started with the Windows Subsystem for Linux