VPython

Visual (Python Library)
Original author(s)David Scherer
Initial release2000 (2000)
Stable release
7.5.2 / November 11, 2019 (2019-11-11)
Written inC++, Python
Operating systemCross-platform
LicenseOpen source
Websitewww.vpython.org

VPython is an open source application that combines the Python programming language with a 3D graphics module called Visual.

This library application allows users to create 3D objects, such as spheres and cones, and then display these objects in an app window. This aids creation of simple visualizations, allowing programmers to focus more on the computational aspect of their programs. VPython is a common tool for the illustration of simple mathematics and physics, especially in education, due to its simplicity and open source licensing.