Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rimutec/dev-container-python

An opinionated dev container for Python and VS Code
https://github.com/rimutec/dev-container-python

docker docker-compose python template-repository vscode

Last synced: about 13 hours ago
JSON representation

An opinionated dev container for Python and VS Code

Awesome Lists containing this project

README

        

# dev-container-python
An opinionated dev container for Python and VS Code

## Prerequisites

To make best use of this repository, you need the following:

- Visual Studio Code
- VS Code extensions "Remote Development"
- Docker Desktop (MacOS, Windows) or docker engine (Linux)
- git client (https://git-scm.com/downloads)

## Getting Started

Once you have the dev container running, open a terminal inside VS Code and excute the following commands:
```bash
cd /src
python hello.py
```

If all is going to this will output "Hello, world!" in the console.