This is a list of some of the main tutorials I use

Useful tutorials / books:

Packages I use regularly. There are others, but these are the things I always install:

  • IPython: much-improved shell. Gives you tab-to-completion, and lets you record sessions.
  • numpy: fast numerical arrays. You might want to get used to just doing things using lists first. After that, numpy all the way!
  • SciPy: scientific computing in python.
  • matplotlib: plotting tool that integrates nicely with the above-three tools. It also does 3D plots. I don’t use this as much anymore; I mostly do my plotting in the ggplot2 R package.

Leave a Reply

Your email address will not be published. Required fields are marked *

To respond on your own website, enter the URL of your response which should contain a link to this post's permalink URL. Your response will then appear (possibly after moderation) on this page. Want to update or remove your response? Update or delete your post and re-enter your post's URL again. (Find out more about Webmentions.)