@@ -27,11 +27,17 @@ <H1><IMG SRC="html.icons/python.gif">Macintosh Python crash course</H1>
2727href ="http://www.python.org/doc/ "> documentation</ a > section on the
2828webserver. < p >
2929
30- Some of these documents were actually written a long time ago and have seen
31- little maintainance, so use with care. < p >
30+ The W widget set by Just van Rossum, which is used by the Python IDE, does not
31+ have complete documentation as of this writing, but Corran Webster has
32+ documented most of it on his
33+ < A HREF ="http://www.nevada.edu/~cwebster/Python/ "> Python Page</ A > .
34+
3235
3336< H2 > Table of contents</ H2 >
3437
38+ < blockquote > < B > Note:</ B >
39+ Some of these documents were actually written a long time ago and have seen
40+ little maintainance, so use with care. </ blockquote >
3541< UL >
3642< LI >
3743< A HREF ="example0.html "> Using python to create Macintosh applications,
@@ -71,7 +77,12 @@ <H2>Table of contents</H2>
7177is meant for the hardcore programmer, and shows how to create an
7278extension module in C. It also handles using Modulator to create the
7379boilerplate for your module, and creating dynamically-loadable modules
74- on PowerPC Macs.
80+ on PowerPC Macs. It assumes you use CodeWarrior for you development.
81+
82+ < LI >
83+ < A HREF ="mpwextensions.html "> Creating C extension modules using MPW</ A >
84+ is a companion document, written by Corran Webster, which explains how you
85+ can develop Python extensions using Apple's free MPW compiler environment.
7586
7687< LI >
7788< A HREF ="applescript.html "> Using Open Scripting Architecture from Python</ A > explains
@@ -140,5 +151,5 @@ <H2>Table of contents</H2>
140151
141152< HR >
142153< A HREF ="http://www.cwi.nl/~jack "> Jack Jansen</ A > ,
143- < A HREF ="
mailto:[email protected] "
> [email protected] </ A > ,
26-Jun-98 .
154+ < A HREF ="
mailto:[email protected] "
> [email protected] </ A > ,
22-Apr-00 .
144155</ BODY > </ HTML >
0 commit comments