Getting Started with Glowscript

Glowscript encounters some problems when using Safari. Please use Google Chrome as your browser when using Glowscript. If you encounter any issues with Glowscript, log out and close your browser, then log back in and try again.

Throughout the course of this PD series, we will be using the Integrated Development Environment (IDE) Glowscript. Glowscript is a free, online server where users can write and compile Visual Based Python (VPython) code. In order to use Glowscript, follow the steps below:

sphere( )
print("Hello, World!")
# This is a commented line in Glowscript

For more information and some example programs, see the “Example Programs” section on the main Glowscript page. http://www.glowscript.org/#/user/GlowScriptDemos/folder/Examples/

Once logged in, the Help button in the upper right hand corner of the screen contains a useful introduction along with tutorials and extensive descriptions.