Unobi Training

VS Code Python Setup Lab

Start your Python journey with a clean, practical development setup. In this introductory lab, you'll install the Python extension for Visual Studio Code, create and activate a virtual environment, and run your first Python program.

What You’ll Learn

  • Install the Python extension for Visual Studio Code
  • Create a project-specific Python virtual environment
  • Activate the virtual environment in the terminal
  • Select the correct interpreter in VS Code
  • Create and run a simple Hello World Python program

Why This Lab Matters

A good development environment makes everything easier. This lab helps you start the right way with a clean, repeatable Python workflow that mirrors how real projects are structured.

Who This Is For

This lesson is designed for beginners, students, and developers who want a straightforward introduction to Python development in VS Code without unnecessary complexity.

What You’ll Walk Away With

By the end of the lab, you’ll have a working Python project in VS Code, an isolated virtual environment, and your first program running successfully.

Build Your First Python Development Environment

One of the biggest obstacles for new Python developers is getting their tools configured properly. This lab removes that friction by focusing on the essentials: a clean editor setup, an isolated project environment, and a successful first run.

Instead of overwhelming you with dozens of settings, this lesson walks through the core steps that matter most. It is a practical foundation you can build on as you move into real Python development.

print("Hello, World!")