Skip to content

codio-templates/python-project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Creating Python programs in Codio

Make a new file

Use File > New File... or right-click in the file tree to create a new file. You can right-click in the file tree to rename or delete files.

As Codio detects which file is in focus, simply put your cursor into whichever code editor you want to run.

Run your code

Use the Run button (that looks like a Rocketship) to Run the file your cursor is in.

Debug your code

Use the "Debug Current File" on the far right of the top menu bar to launch the debugger targeting the file your cursor is in.

Reconfigure your Panels for easier development

Use the View > Panels menu on the top tool bar to segment your screen.

Simply drag the tab of the file or terminal (the part with the name) you want to move into the new panel.

About

Template for Python-based Codio projects and assignments. Includes Python-specific README and button configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors