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; CGI programming in Perl
Python: my help file; official tutorial; Python idioms
Javascript: JavaScript Kit, a good collection; functionx.com
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.
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;