Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Python (python)

A Python development environment powered by the simple-python custom image.

Options

Options Id Description Type Default Value
imageVariant Python version: string latest

Features

  • Base Image: ghcr.io/metinsenturk/devcontainer-templates/simple-python
  • Python: Version 3.14 (configurable via imageVariant option) with pip. Available versions: 3.12, 3.13, 3.14
  • Shell: Zsh with Starship prompt for enhanced terminal experience
  • User: Non-root vscode user with sudoer privileges
  • Workspace: Projects mounted to /workspace inside the container

Pre-installed Development Tools

See README.md for simple-python image features and pre-installed tooling details.

VS Code Extensions

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

User Configuration

  • Remote User: vscode (non-root with sudo privileges)

Workspace Configuration

  • 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.