Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
184_notes:glowscript [2017/06/12 19:14] – nathawk | 184_notes:glowscript [2025/01/19 21:09] (current) – dmcpadden | ||
---|---|---|---|
Line 1: | Line 1: | ||
====Getting Started with Glowscript==== | ====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 semester, 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: | Throughout the course of this semester, 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: | ||
Line 6: | Line 8: | ||
- Once logged in, the main display will change and show you are logged in. To access programs, click on " | - Once logged in, the main display will change and show you are logged in. To access programs, click on " | ||
- You are now in your programs menu. Here, your programs will be organized by folders (tabs). Each time you begin a new computational problem, you should make a new folder. To do this, select "Add Folder," | - You are now in your programs menu. Here, your programs will be organized by folders (tabs). Each time you begin a new computational problem, you should make a new folder. To do this, select "Add Folder," | ||
- | - Then, select " | + | - Then, select " |
- Make sure at the end of each computational day, you navigate back to the folder your code is in and copy and paste the URL into an email and send it to your group. This will allow them to access your code at a later date. | - Make sure at the end of each computational day, you navigate back to the folder your code is in and copy and paste the URL into an email and send it to your group. This will allow them to access your code at a later date. | ||
- Happy coding! | - Happy coding! | ||
For more information and some example programs, see the " | For more information and some example programs, see the " |