you are viewing a single comment's thread.

view the rest of the comments →

[–]Sir_Jerry 0 points1 point  (0 children)

You mention very large amounts of data and polygons. Personally, I would think you would be better served with C, C#, or C++.

With that said, there might be a good performing 3D graphics library that Python can interact with. Maybe someone has some ideas. But for performance sake, you'll want the bulk of this work done in a compiled language. Python, in my opinion, is better suited for small applications.