Difference between revisions of "Software tutorial"

From Process Model Formulation and Solution: 3E4
Jump to navigation Jump to search
m
Line 10: Line 10:
== Need some more help? ==
== Need some more help? ==


Not every aspect about MATLAB or Python can be covered here.  Here are some additional resources.
Not every aspect about MATLAB or Python can be covered with our tutorial (above).  Here are some additional resources.


{| class="wikitable"
{| class="wikitable"
Line 29: Line 29:
* [http://www.pasteur.fr/formation/infobio/python An introductory guide to Python] - for biologists, but very readable
* [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]
* 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]
* This [http://diveintopython.org/ excellent book - Dive into Python] is available in print, and on the web.
* Are you comfortable with MATLAB?  This [http://www.scipy.org/NumPy_for_Matlab_Users guide to NumPy for MATLAB users]] explains how to transition to Python.
|}
|}

Revision as of 16:23, 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 with our tutorial (above). Here are some additional resources.

MATLAB Python