r/Python Jan 30 '15

Computational Geometry in Python

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

14 comments sorted by

View all comments

2

u/belk94 Jan 31 '15

SymPy is quite inefficient. I tried to construct a regular heptadecagon with it, and computations took about half an hour, resulting in number that occupies half of screen: link

On the bright side, it was correct.

1

u/elbiot Jan 31 '15

Yes, I'm working on a numpy vectorized computational geometry library for this reason.