Getting started with Scientific Programming
functionspace.org
Getting started with Scientific Programming
1–6 of 6 posts
Re: Getting started with Scientific Programming
#2The article refers to the Synaptic Package Manager, which is available on many Debian-based Linux distros. Your OS may use something different. The general instructions in the article on using Python with SciPy, NumPy, Maxima, and MatPlotLib and should work with any OS, including Windows and Mac OS X.
Re: Getting started with Scientific Programming
#3[deleted]
Re: Getting started with Scientific Programming
#4Very useful introduction!
Re: Getting started with Scientific Programming
#5The article refers to the Synaptic Package Manager, which is available on many Debian-based Linux distros. Your OS may use something different. The general instructions in the article on using Python with SciPy, NumPy, Maxima, and MatPlotLib and should work with any OS, including Windows and Mac OS X.
There are more general instructions for getting these tools set up here: http://www.scipy.org/install.html
Re: Getting started with Scientific Programming
#6I would add to this excellent intro: pandas, for doing data analysis, and the fabulous ipython notebook for easily interacting with your computations.