course_planning:course_notes:vpython

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
course_planning:course_notes:vpython [2014/06/25 15:48] – [VPython] caballerocourse_planning:course_notes:vpython [2014/06/25 15:52] – [PhysUtil] caballero
Line 1: Line 1:
 ====== Software for Projects ====== ====== Software for Projects ======
  
-In class, you will make use of {{http://www.vpython.org|VPython}} and {{http://code.google.com/p/python-physutil|PhysUtil}} to model the motion of different physical systems. Both bits of software have extensive documentation. Listed below are some of the things that each bit of software can do.+In class, you will make use of [[http://www.vpython.org|VPython]] and [[http://code.google.com/p/python-physutil|PhysUtil]] to model the motion of different physical systems. Both bits of software have extensive documentation. Listed below are some of the things that each bit of software can do.
 ===== VPython ===== ===== VPython =====
  
-VPython is built from the Python programming language. It adds some features that were traditionally difficult to have Python do:+VPython is built from the Python programming language. It adds some features that were traditionally difficult to have Python do. With very little code, VPython can:
  
-  * Create visual objects in 3 dimensions +  * create visual objects in 3 dimensions, 
-  * Animate the motion of those objects +  * animate the motion of objects, and 
-  * Move the visualization around+  * move the visualization around with mouse interactions
  
 Extensive documentation on VPython is [[http://www.vpython.org/contents/docs/index.html|available here]]. Extensive documentation on VPython is [[http://www.vpython.org/contents/docs/index.html|available here]].
Line 17: Line 17:
   * generate motion maps   * generate motion maps
   * make timers   * make timers
-  * plot graphs, and+  * plot graphs, and {{:183_projects:graph.png}}
   * import CSV data   * import CSV data
  
-Extensive documentation on PhysUtil is [[https://code.google.com/p/python-physutil/w/list|available online]].+Extensive documentation on PhysUtil is [[https://code.google.com/p/python-physutil/w/list|available here]].
  • course_planning/course_notes/vpython.txt
  • Last modified: 2014/06/25 15:54
  • by caballero