Tutorials

Sat Jan 26 17:21:06 EST 2008

We cover a number of languages and other topics in this course, usually not in enough detail for you to start programming right away. This page collects some useful summaries and tutorials to help you get going. Google points to lots more. Quality varies; if you find better ones to augment or replace these, please let me know.

AWK: my help file; vectorsite

Perl: my help file; Perl home page; Picking up Perl; regular expressions; CGI programming in Perl

Python: my help file; Guido von Rossum's tutorial; Python idioms

Javascript: JavaScript Kit, a good collection; functionx.com

PHP: one, two

Ruby: one, two

C++: Doug Schmidt; cplusplus.com; functionx.com; STL by Jak Kirman

Java: my help file; my crash course on Java; Sun's Java documentation; Java Tutorial, with several books online.

C#: one; two; and many more.

Visual Basic: vbtutor.net

Tcl/Tk: one of several

Databases: my help file; MySQL; PHP & MySQL tutorial

Source Code Control: my help file; Subversion (SVN); Matt Plough '07 SVN intro.

HTML: one, two, three, of many

Web: W3schools.com: lots of web technologies; XML & Java from Sun

Miscellaneous: my gdb help file;