Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rimutec/dev-container-python
- Owner: RimuTec
- License: mit
- Created: 2022-01-20T01:08:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-27T04:46:49.000Z (10 months ago)
- Last Synced: 2024-03-27T05:34:05.769Z (10 months ago)
- Topics: docker, docker-compose, python, template-repository, vscode
- Language: Dockerfile
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.