GitHub - dassencio/codespaces-demo-python at simple · GitHub
Skip to content

dassencio/codespaces-demo-python

 
 

Folders and files

Repository files navigation

Description

This branch contains an example of a basic, manually-crafted codespace which can be used (and actually was used!) to develop a simple Python application.

The important files here are devcontainer.json and Dockerfile, which together define everything we need inside our development environment:

  • Base operating system
  • System packages
  • Python modules
  • Editor plugins
  • Editor settings.

Usage instructions

Create a codespace for this branch by clicking Code > Open with Codespaces > New codespace. When it is ready, start a debugging session by running Launch octocat.py inside the Run view.

About

A collection of codespace examples created for demonstration purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors