Skip to content

A Simple Hello World example to get started with the Python Toolset in CodeOnline

Notifications You must be signed in to change notification settings

codeonline-io/python-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Python example for CodeOnline

This repository is a simple "Hello World" example to get started with the Python Toolset in CodeOnline.

Get Started

  1. Install the Python toolset via the workspace.yml in your CodeOnline Workspace.
install:
- python-toolset
  1. Reload CodeOnline so that the Python extension becomes activated.

  2. Add the example repository to the workspace.yml.

repositories:
- name: python-example
  git: https://github.com/codeonline-io/python-example.git
  postInstall: npm install

Run the example

The following steps explain how to run this example in your CodeOnline Workspace.

  1. Open the 'Run' panel on the left-side of the screen.
  2. Select "python-example" run configuration
  3. Hit the Run button, to start the application with a debugger attached.
  4. Go to https://code.codeonline.io/proxy/8080 to see the example.

About

A Simple Hello World example to get started with the Python Toolset in CodeOnline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages