Tag: python

Triangle | 1.0

The triangulation module for python based on Jonathan Richard Shewchuk’s program Triangle was updated. It should work with recent versions of python 2.x now.


XMarshaL | 1.0

My pickling/marshalling module for python was updated to work with recent python 2.x installations.


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….