RamiKrispin / vscode-python-medium

Medium Article Supporting Code

Home Page:https://medium.com/p/f716ef85571d

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setting A Dockerized Python Environment - The Elegant Way

This repo provides the code examples for this medium article. This includes the following three examples:

  • Basic settings - a simple example of the devcontainers.json settings using the image argument to launch a dockerized session with the python:3.10 image
  • Build settings - extending the first example by using the build argument to build the image from a Dockerfile
  • Customization settings - adding to the previous example the customizations argument to set the default Python interpreter and define the extension settings

Resources

Additional resources for setting a Python development environment with VScode and the Dev Containers extension:

License

This tutorial is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

About

Medium Article Supporting Code

https://medium.com/p/f716ef85571d


Languages

Language:Jupyter Notebook 57.6%Language:Shell 22.2%Language:Dockerfile 16.9%Language:Python 3.4%