Tagged Questions
1
vote
2answers
299 views
What is the best way to plot 3D/2D plots with real time data? [closed]
First of all, I like to use Python, because it is easy to work with. I am not a programmer, so I prefer anything that is easy to use and understand. I understand that it might be faster to program 3D ...
1
vote
3answers
670 views
Computer Graphics: Principles and Practice in C ( in Python? )
I am attending a Computer graphics course after the summer. I have read lots of good things about the book "Computer Graphics: Principles and Practice in C" for people who are willing to put in some ...
3
votes
2answers
3k views
What good graphics libraries are there for Python, not necessarily having to be about games? [closed]
I would like to try out a simple graphics programming framework for Python. It mustn't be game specific or anything, nor does it have to support 3D. I just want to use it for drawing graphs, charts ...