Using the Web-based Development Environment (WDE)

Using the Web-based Development Environment (WDE)

 

The Web-based Development Environment allows you to create, edit, save and run your Python programs from a single web browser window, and also lets you open terminal sessions to your assigned back-end lab server so that you can:

 

·       run Python's interactive interpreter

·       use the MySQL command line tool

·       run Python programs from the command line when instructed to do so

 

More importantly, using the Web-based Development Environment eliminates the need for you to install Python on your local computer.

 

 

*This module is not accessible in the demo.  Available content begins in Module 1 - Python Basics.

 

 

Top of Page