Main.Resources History

Hide minor edits - Show changes to output

August 19, 2009, at 12:58 PM MST by 129.82.44.242 -
Added lines 30-37:



odds and ends

* [[http://www.ferg.org/projects/python_java_side-by-side.html | A comparison of python and java]]
* [[http://paulgraham.com/pypar.html | The python paradox]]
* [[http://www.google.com/search?hl=en&q=%22why+i+love+python%22&btnG=Google+Search | Why people like python]]
August 19, 2009, at 12:53 PM MST by 129.82.44.242 -
Changed line 27 from:
* [[http://numpy.scipy.org/ numpy]]: scientific computing in python; includes powerful array objects and linear algebra functions.
to:
* [[http://numpy.scipy.org/ | numpy]]: scientific computing in python; includes powerful array objects and linear algebra functions.
August 19, 2009, at 12:53 PM MST by 129.82.44.242 -
Changed lines 27-28 from:
* [[http://numpy.scipy.org/ numpy]] scientific computing in python; includes powerful array objects and linear algebra functions.
* [[http://matplotlib.sourceforge.net/ matplotlib]] plotting
to:
* [[http://numpy.scipy.org/ numpy]]: scientific computing in python; includes powerful array objects and linear algebra functions.
* [[http://matplotlib.sourceforge.net/ |matplotlib]]: plotting
August 19, 2009, at 12:52 PM MST by 129.82.44.242 -
Added lines 24-29:

Packages

* [[http://numpy.scipy.org/ numpy]] scientific computing in python; includes powerful array objects and linear algebra functions.
* [[http://matplotlib.sourceforge.net/ matplotlib]] plotting
* [[http://PyML.sf.net | PyML]]: machine learning in python
August 19, 2009, at 12:47 PM MST by 129.82.44.242 -
Changed lines 4-5 from:
!!!The executive summary
to:
The executive summary
Changed lines 9-10 from:
!!!Quick introductions
to:
Quick introductions
Changed lines 19-23 from:
to:
* [[http://openbookproject.net/thinkCSpy/ | How to Think Like a Computer Scientist: Learning with Python]]

AI code in python

* [[http://code.google.com/p/aima-python/ | Code from Russel and Norvig]]
August 19, 2009, at 12:42 PM MST by 129.82.44.242 -
Changed lines 6-7 from:
* [[http://www.python.org/doc/essays/blurb.html | What is python]].
By Guido van Rossum (the guy who started it all).
to:
* [[http://www.python.org/doc/essays/blurb.html | What is python]]. By Guido van Rossum (the guy who started it all).


!!!Quick introductions

* [[http://www.hetland.org/python/instant-python.php | Instant python]]

Free python tutorials/e-books

* [[http://www.python.org/doc/current/tutorial/ | The official python tutorial]]

* [[http://diveintopython.org/ | Dive Into Python]]
August 19, 2009, at 12:38 PM MST by 129.82.44.242 -
Changed lines 2-8 from:
!!Java

Sun provides useful resources for working with Java. Most important:
* [[http://java.sun.com/javase/6/docs/api/|Java 1.6 API documentation]]

Also see their set of [[http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html|coding guidelines]].
to:
!!Python

!!!The executive summary

* [[http://www.python.org/doc/essays/blurb.html | What is python]].
By Guido van Rossum (the guy who started it all).


Deleted lines 11-17:

!!Unix

The Computer Science Department maintains useful general [[http://www.cs.colostate.edu/helpdocs/|help]] for students new to using Unix


----
August 16, 2009, at 08:44 PM MST by 67.176.39.82 -
Deleted lines 16-22:

!!Useful Applets

Here are some pointers to Java Applets that animate procedures relevant to this course.
* The [[http://math.hws.edu/TMCM/java/xSortLab/|xSortLab]] applet from Hobart and William Smith Colleges
* Rameen Mohammad's sorting [[http://www.cs.oswego.edu/%7emohammad/classes/csc241/samples/sort/Sort2-E.html| applet]]
* Sorting algorithms [[http://www.cs.ubc.ca/spider/harrison/Java/sorting-demo.html | demo]] at ubc
February 18, 2009, at 03:12 PM MST by Asa -
Deleted lines 14-18:
----

!!UML

UML tutorials are available on-line. [[http://dn.codegear.com/article/31863|Borland's]] is pretty helpful as an intro.
December 31, 2008, at 04:36 PM MST by Asa -
Deleted line 25:
December 31, 2008, at 03:59 PM MST by Asa -
Changed line 5 from:
* [[http://java.sun.com/javase/6/docs/api/|Java 1.5 API documentation]]
to:
* [[http://java.sun.com/javase/6/docs/api/|Java 1.6 API documentation]]
December 31, 2008, at 03:58 PM MST by Asa -
Changed line 19 from:
UML tutorials are available on-line. [[http://dn.codegear.com/article/31863|Borland's] is pretty helpful as an intro.
to:
UML tutorials are available on-line. [[http://dn.codegear.com/article/31863|Borland's]] is pretty helpful as an intro.
December 31, 2008, at 03:56 PM MST by Asa -
Changed lines 19-29 from:
UML tutorials are available on-line. [[http://dn.codegear.com/article/31863|Borland's] is pretty helpful as an intro.
to:
UML tutorials are available on-line. [[http://dn.codegear.com/article/31863|Borland's] is pretty helpful as an intro.

----

!!Useful Applets

Here are some pointers to Java Applets that animate procedures relevant to this course.

* The [[http://math.hws.edu/TMCM/java/xSortLab/|xSortLab]] applet from Hobart and William Smith Colleges
* Rameen Mohammad's sorting [[http://www.cs.oswego.edu/%7emohammad/classes/csc241/samples/sort/Sort2-E.html| applet]]
* Sorting algorithms [[http://www.cs.ubc.ca/spider/harrison/Java/sorting-demo.html | demo]] at ubc
December 31, 2008, at 03:49 PM MST by Asa -
Changed line 13 from:
The Computer Science Department maintains useful general help for students new to using Unix
to:
The Computer Science Department maintains useful general [[http://www.cs.colostate.edu/helpdocs/|help]] for students new to using Unix
December 31, 2008, at 03:48 PM MST by Asa -
Changed line 1 from:
to:
----
Changed lines 9-10 from:

to:
-----
Added lines 15-16:
----
Changed line 19 from:
UML tutorials are available on-line. Borland's is pretty helpful as an intro.
to:
UML tutorials are available on-line. [[http://dn.codegear.com/article/31863|Borland's] is pretty helpful as an intro.
December 31, 2008, at 03:46 PM MST by Asa -
Added lines 1-17:

!!Java

Sun provides useful resources for working with Java. Most important:
* [[http://java.sun.com/javase/6/docs/api/|Java 1.5 API documentation]]

Also see their set of [[http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html|coding guidelines]].



!!Unix

The Computer Science Department maintains useful general help for students new to using Unix

!!UML

UML tutorials are available on-line. Borland's is pretty helpful as an intro.