[Tutor] 3-D

Kent Johnson kent37 at tds.net
Thu Mar 23 12:04:20 CET 2006


linda.s wrote:
> Is there any sample code to draw 3-D axis in Python. That is, we can
> see X,Y,Z coordinates?

There is nothing built-in to Python to do this. Google "python 3d 
graphics" for many possibilities. You might want to look at VPython:
http://www.vpython.org/webdoc/visual/VisualIntro.html

Kent



More information about the Tutor mailing list