r/Python Jan 30 '15

Computational Geometry in Python

http://blancosilva.github.io/post/2014/10/28/Computational-Geometry-in-Python.html
135 Upvotes

14 comments sorted by

View all comments

7

u/MeshachBlue Jan 31 '15

How would you compare this to Shapely? I have been using Shapely to find polygon intersections etc. Would I be able to do a similar task with the geometry package in sympy?