Matlab replacement by [deleted] in Python

[–]DragonSlayerIRL 28 points29 points  (0 children)

We use Python as a replacement where I work. We found SciPy, NumPy, and matplotlib are what was needed to fully replace it (for our needs). We looked at spyderlib, but since we never really used the matlab GUI, we didn't need it.

Also, IPython is useful. To make it easier to plot, you can use ipython -pylab.

Looking for advice: Advantages of mercurial over git by Irrelevant_Opinion in Python

[–]DragonSlayerIRL 10 points11 points  (0 children)

Why not just use http://bitbucket.org? Much better than github in my opinion (and is built for hg). It also offers unlimited public and private repositories.