Difference between revisions of "Software tutorial"

From Process Model Formulation and Solution: 3E4
Jump to navigation Jump to search
Line 27: Line 27:


* [http://en.wikibooks.org/wiki/Non-Programmer%27s_Tutorial_for_Python_3 The non-programmer's guide to Python]
* [http://en.wikibooks.org/wiki/Non-Programmer%27s_Tutorial_for_Python_3 The non-programmer's guide to Python]
* [http://www.pasteur.fr/formation/infobio/python An introductory guide to Python] - for biologists, but very readable
* Use the money you saved from not buying MATLAB to buy [http://www.amazon.ca/Learning-Python-Powerful-Object-Oriented-Programming/dp/0596158068 this book on Learning Python]
|}
|}

Revision as of 16:10, 19 September 2010

This tutorial will expand as we progress in the course. Each section has notes for both MATLAB and Python.

  1. About the course software
  2. Software installation
  3. Getting started
  4. My first program (required for Tutorial 1)
  5. for loops and while loops (required for Tutorial 1)
  6. Scripts and functions (useful for Tutorial 2)

Need some more help?

Not every aspect about MATLAB or Python can be covered here. Here are some additional resources.

MATLAB Python