Triangle
This python module is a small wrapper around the triangulation library Triangle by Jonathan Richard Shewchuk. I wrote this module some years ago. It was mainly used to triangulate polygonal shapes constructed with my Polygon module. Triangle is not yet documented. It was tested only on Linux. Download Traingle at: http://download.j-raedler.de/Python/Triangle
Polygon
|View all articles regarding Polygon| Polygon is a python package that handles polygonal shapes in 2D. It contains Python bindings for gpc, the excellent General Polygon Clipping Library by Alan Murta and some extensions written in C and pure Python. With Polygon you may handle complex polygonal shapes in Python in a very intuitive way. [...]
SimuVis
Note: The development was put on hold right now because of other projects. When I find the time I may continue with this project. SimuVis and its current implementation SimuVis4 is a framework and an interactive application for data handling, visualisation and simulations. It’s based on python as the programming language, Qt for the GUI, [...]