A Python development environment powered by the simple-python custom image.
| Options Id | Description | Type | Default Value |
|---|---|---|---|
| imageVariant | Python version: | string | latest |
- Base Image:
ghcr.io/metinsenturk/devcontainer-templates/simple-python - Python: Version 3.14 (configurable via
imageVariantoption) with pip. Available versions:3.12,3.13,3.14 - Shell: Zsh with Starship prompt for enhanced terminal experience
- User: Non-root
vscodeuser with sudoer privileges - Workspace: Projects mounted to
/workspaceinside the container
See README.md for simple-python image features and pre-installed tooling details.
This template comes with the following VS Code extensions pre-configured:
- ms-python.python - Python language support
- ms-python.isort - Import sorting
- ms-python.autopep8 - Code formatting
- ms-python.mypy-type-checker - Type checking
- Remote User:
vscode(non-root with sudo privileges)
- Workspace Folder:
/workspace(inside container) - Mount Type: Bind mount (your local project folder synced in real-time)
- Working Directory: Automatically set to
/workspace
Note: This file was auto-generated from the devcontainer-template.json. Add additional notes to a NOTES.md.