Skip to content

An opinionated dev container for Python and VS Code

License

Notifications You must be signed in to change notification settings

RimuTec/dev-container-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

cd /src
python hello.py

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