Summary

Completed

Tip

See the Text and images tab for more details!

In this module, you set up a professional Python development environment.

You installed Python and Visual Studio Code, learned how to create and activate virtual environments, and used pip to manage packages. You created and ran a Python application directly from VS Code, and got your first look at GitHub Copilot—seeing how it offers inline suggestions and quick fixes as you write.

Tip

To continue learning Python, move on to the next module: Add decision-making to your code.