Reputation: 39
I've been teaching myself the basics of programming using Python 3 and now want to delve into more mathematical/graphical stuff (e.g. plotting fractals).
Everything I find for graphs (e.g. pyLab, matplotlib) seems to be incompatible with Python 3, though I did find a version of numpy I could install. Does anyone know of modules that are compatible with version 3, or know when pylab might become compatible?
Should I go back and learn/install an earlier version of Python?
Upvotes: 2
Views: 3710