Is Python good for graphics?

Fredrik Lundh fredrik at pythonware.com
Wed Dec 15 16:47:10 EST 2004


Esmail Bonakdarian wrote:

> Basically, I would like to be able to create some basic animations
> where I can help visualize various sorting algorithms (for instance
> http://ciips.ee.uwa.edu.au/~morris/Year2/PLDS210/sorting.html#insert_anim)
> or graph searches (coloring nodes as each gets visited). (Something
> like this: http://cs.smith.edu/~thiebaut/java/graph/Welcome.html)
>
> Or to create and manipulate programmatically a simple 2-D block puzzle
> (like this: http://www.johnrausch.com/SlidingBlockPuzzles/quzzle.htm).

how about:

    http://vpython.org/

</F> 






More information about the Python-list mailing list