VPython: Difference between revisions

From Physics Book
Jump to navigation Jump to search
(Updates to page headers)
(add: Vpython objects section, intro python section, built-in functions section)
Line 16: Line 16:
Even more directions
Even more directions


===Simple===
==Getting started with Python==
===Middling===
Introduction to basic Python use
===Difficult===
 
==Creating VPython Objects==
#Sphere
#Arrow
#Updating objects
 
==Useful built-in functions==
 
===Vectors===
#cross(vectorA, vectorB)
#mag(vector)


==Connectedness==
==Connectedness==

Revision as of 02:18, 20 October 2015

VPython is a Python graphics module used for modeling objects in 3-dimensional space. In the field of physics, this is especially useful for calculating and modeling complex relationships between objects and their properties.

Installation

Installation guide goes here (Need to do test installs on Windows, OSX, Linux... BSD?)

Windows

Directions

OSX

More directions

Linux

Even more directions

Getting started with Python

Introduction to basic Python use

Creating VPython Objects

  1. Sphere
  2. Arrow
  3. Updating objects

Useful built-in functions

Vectors

  1. cross(vectorA, vectorB)
  2. mag(vector)

Connectedness

  1. How is this topic connected to something that you are interested in?
  2. How is it connected to your major?
  3. Is there an interesting industrial application?

History

Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.

See also

Are there related topics or categories in this wiki resource for the curious reader to explore? How does this topic fit into that context?

Further reading

Books, Articles or other print media on this topic

External links

Internet resources on this topic

References

This section contains the the references you used while writing this page