Software tutorial/Software installation

From Process Model Formulation and Solution: 3E4
< Software tutorial
Revision as of 22:15, 12 September 2010 by Kevindunn (talk | contribs) (Created page with "{| class="wikitable" |- ! ! MATLAB ! Python |- | valign="top"| '''Installation''' | valign="top"| MATLAB is already installed on the university lab machines. If you have purcha...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
MATLAB Python
Installation

MATLAB is already installed on the university lab machines. If you have purchased the student version, then please follow the installation instructions that accompany it.

Here are some instructions, specific to this course for Windows users that want to use Python for the course. Linux and Mac users: Python is already installed with your operating system, however, please speak to me and I can help you customize it, as required for this course.

Python is an open source software. Because of this, various groups have "packaged" the official Python distribution to meet certain needs. For example:

However, for this course, we will use the Python version as distributed from http://www.pythonxy.com/, and called Python(X,Y).

Feature
Official website http://code.google.com/p/pythonxy/
Latest version 2.6.5.3
Official download page Link
Faster download link From McMaster webserver [455 Mb]
  1. Run the software installation after downloading the installation file from the above link, run the program.
  2. The default installation options are perfect for this course.
    Installing-pythonxy.jpg
  3. It can take quite a while to install.
  4. Continue with the official course software tutorial to learn how to use Python.