diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1996-07-18 16:07:05 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1996-07-18 16:07:05 (GMT) |
commit | 024a387f89cd4c08b67ffca0d8df311a34cc8a49 (patch) | |
tree | c1ec0a777e2c6b02596ddeb54cdb0e3fa7e02653 /Mac/Demo/index.html | |
parent | a547dcaff09fa530871a0405b146c6bf958b48b4 (diff) | |
download | cpython-024a387f89cd4c08b67ffca0d8df311a34cc8a49.zip cpython-024a387f89cd4c08b67ffca0d8df311a34cc8a49.tar.gz cpython-024a387f89cd4c08b67ffca0d8df311a34cc8a49.tar.bz2 |
- Added a file dialog example
- Added pointers to library documentation
Diffstat (limited to 'Mac/Demo/index.html')
-rw-r--r-- | Mac/Demo/index.html | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/Mac/Demo/index.html b/Mac/Demo/index.html index 8d691f4..57b28fd 100644 --- a/Mac/Demo/index.html +++ b/Mac/Demo/index.html @@ -19,6 +19,12 @@ HREF="http://www-acs.ucsd.edu/~jstrout/python/"> http://www-acs.ucsd.edu/~jstrout/python/</A>. <P> +The <a href="http://www.python.org/doc/lib/Top.html">Python Library Reference</a> contains a section on +<a href="http://www.python.org/doc/lib/Macintosh-Specific-Services.html">Macintosh-specific modules</a> +that you should also read. Documentation is also available in PostScript and other +forms, see the <a href="http://www.python.org/doc/">documentation</a> section +on the webserver. <p> + Some of these documents were actually written while I was working on a "real" project: creating a single-button application that will allow my girlfriend to read her mail (which actually pass thry <EM>my</EM> @@ -37,6 +43,12 @@ with earlier versions of Python, some will definitely not. <UL> <LI> +<A HREF="example0.html">Using python to create Macintosh applications, +part zero</A> whets your appetite by showing you how to ask the user +for a filename, and how to display a message. It explains about end-of-line +confusion while doing so. + +<LI> <A HREF="example1.html">Using python to create Macintosh applications, part one</A> explains how to create a simple modal-dialog application in Python. It also takes a glance at using the toolbox modules Res and @@ -111,4 +123,5 @@ documentation. <p> <HR> <A HREF="http://www.cwi.nl/~jack">Jack Jansen</A>, -<A HREF="mailto:jack@cwi.nl">jack@cwi.nl</A>, 18-May-1996. +<A HREF="mailto:jack@cwi.nl">jack@cwi.nl</A>, 18-July-1996. +</BODY></HTML> |