The best way to learn how to program is to do something useful, so this introduction to Python is built around a common scientific task: data analysis.
Our real goal isn't to teach you Python, but to teach you the basic concepts that all programming depends on. We use Python in our lessons because:
But the two most important things are to use whatever language your colleagues are using, so that you can share you work with them easily, and to use that language well.
To open iPython notebook, open a new terminal (gitbash for windows) invoke:
$ ipython notebook
~/
),
otherwise, navigate to the location of your 2015-03-06-nyas
folder.
~/2015-03-06-nyas/lessons/python/01-numpy.ipynb
~/2015-03-06-nyas/lessons/python/02-func.ipynb
~/2015-03-06-nyas/lessons/python/03-loop.ipynb
~/2015-03-06-nyas/lessons/python/04-cond.ipynb
~/2015-03-06-nyas/lessons/python/05-defensive.ipynb
~/2015-03-06-nyas/lessons/python/06-cmdline.ipynb