Main.Resources History

Show minor edits - Show changes to markup

January 11, 2013, at 10:23 AM MST by 24.54.128.65 -
Changed line 36 from:
  • A comparison of python and java
to:
  • A comparison of python and java
Changed line 40 from:

to:

January 18, 2010, at 03:04 PM MST by 129.82.44.241 -
Changed line 10 from:

My favorite editor is emacs. There is a Mac version called http://aquamacs.org?.

to:

My favorite editor is emacs. There is a Mac version called Aquamacs.

January 18, 2010, at 03:04 PM MST by 129.82.44.241 -
Added lines 7-10:

You will need to install an editor that knows about python. DO NOT type programs in microsoft Word! My favorite editor is emacs. There is a Mac version called http://aquamacs.org?.

January 18, 2010, at 03:02 PM MST by 129.82.44.241 -
Changed line 6 from:

If you are a Linux or OS-X user - python is already installed on your machine. On a Mac, open your Terminal application (under Applications/Utilities) and type python

to:

If you are a Linux or OS-X user - python is already installed on your machine. On a Mac, open your Terminal application (under Applications/Utilities) and type python

January 18, 2010, at 03:01 PM MST by 129.82.44.241 -
Changed lines 6-7 from:

If you are a Linux or OS-X user - python is already installed on your machine. On a Mac, open your Terminal application (under Applications/Utilities) and type python

to:

If you are a Linux or OS-X user - python is already installed on your machine. On a Mac, open your Terminal application (under Applications/Utilities) and type python

Deleted lines 12-16:

Quick introductions

  • Instant python
January 18, 2010, at 03:00 PM MST by 129.82.44.241 -
Added lines 4-9:

Installing and using python

If you are a Linux or OS-X user - python is already installed on your machine. On a Mac, open your Terminal application (under Applications/Utilities) and type python

Learning about python

Changed line 21 from:
  • How to Think Like a Computer Scientist: Learning with Python
to:
  • How to Think Like a Computer Scientist: Learning with Python
January 11, 2010, at 01:10 PM MST by 129.82.44.241 -
Added lines 1-35:

Python

The executive summary

  • What is python. By Guido van Rossum (the guy who started it all).

Quick introductions

  • Instant python

Free python tutorials/e-books

  • How to Think Like a Computer Scientist: Learning with Python
  • The official python tutorial
  • Dive Into Python

Packages

  • numpy: scientific computing in python; includes powerful array objects and linear algebra functions.
  • matplotlib: plotting

odds and ends

  • A comparison of python and java
  • The python paradox
  • Why people like python