Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| 183_notes:vpython_resources [2018/03/12 21:36] – [PhysUtil] hallstein | 183_notes:vpython_resources [2022/11/14 15:52] (current) – valen176 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== |
| + | |||
| + | In class, you will make use of [[https:// | ||
| - | In class, you will make use of [[http:// | ||
| ===== VPython ===== | ===== VPython ===== | ||
| - | VPython | + | The class uses Glowscript and by default |
| * create visual objects in 3 dimensions, | * create visual objects in 3 dimensions, | ||
| Line 10: | Line 11: | ||
| * move the visualization around with mouse interactions | * move the visualization around with mouse interactions | ||
| - | Extensive documentation for VPython is [[http:// | + | All of this allows us to create computational models that are modeling real-world physical phenomenon that can help you gain an understanding and insight into physics concepts that you will interact within this class. |
| - | ===== PhysUtil ===== | + | |
| - | PhysUtil is a module for VPython that makes it simpler to create highly visual simulations. With very little code, PhysUtil lets you: | ||
| - | * generate motion maps, {{: | + | |
| - | * plot graphs, {{: | + | Below is a list of errors or unexpected behaviors that you might experience and how you might go about resolving them. By no means is this comprehensive |
| - | * make timers, | + | |
| - | * import CSV data | + | |
| ===== Python Troubleshooting ===== | ===== Python Troubleshooting ===== | ||
| Line 30: | Line 27: | ||
| - | Extensive documentation for PhysUtil is [[https:// | + | |