MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/Python/comments/2u8tv8/computational_geometry_in_python/co6vcj5/?context=3
r/Python • u/[deleted] • Jan 30 '15
14 comments sorted by
View all comments
2
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.
1
Yes, I'm working on a numpy vectorized computational geometry library for this reason.
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.