/Python101Environment

Containerized development environment for this organization's Python101 course

Primary LanguageDockerfileGNU General Public License v3.0GPL-3.0

Python101Environment

Containerized development environment for this organization's Python101 course.

The environment is made with Docker and the VS Code's dev-container functionality which works with the Remote - Containers plugin.

This is merely an experiment to test if using this is feasible for beginners. Ideally, people will not need to know that they are running in a Docker container, but still get the benefits of having a stable environment.

References