diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1996-04-10 14:52:59 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1996-04-10 14:52:59 (GMT) |
commit | 5f962c2a75a09bd9e35f32c0250abcfd8c738154 (patch) | |
tree | 9d1399c806284b5b6af5f720b0dae9cf02d1c1bd /Mac/Demo/index.html | |
parent | 822a30b0eea58028eca93b34d7674fc511bbdbce (diff) | |
download | cpython-5f962c2a75a09bd9e35f32c0250abcfd8c738154.zip cpython-5f962c2a75a09bd9e35f32c0250abcfd8c738154.tar.gz cpython-5f962c2a75a09bd9e35f32c0250abcfd8c738154.tar.bz2 |
Added a tutorial
Diffstat (limited to 'Mac/Demo/index.html')
-rw-r--r-- | Mac/Demo/index.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Mac/Demo/index.html b/Mac/Demo/index.html index 9ef4ebd..fda20b7 100644 --- a/Mac/Demo/index.html +++ b/Mac/Demo/index.html @@ -9,6 +9,10 @@ already familiar with Python and, to some extent, with MacOS Toolbox programming. Other readers may find something interesting here too, your mileage may vary. <p> +There is a companion document <a href="using.html">Using Python on the Mac</a> +which you should read before starting here: it explains the basics of using +python on the Macintosh. <p> + Another set of Macintosh-savvy examples, more aimed at beginners, is maintained by Joseph Strout, at <A HREF="http://www-acs.ucsd.edu/~jstrout/python/"> @@ -91,4 +95,4 @@ documentation. <p> <HR> <A HREF="http://www.cwi.nl/~jack">Jack Jansen</A>, -<A HREF="mailto:jack@cwi.nl">jack@cwi.nl</A>, 6-Mar-1996. +<A HREF="mailto:jack@cwi.nl">jack@cwi.nl</A>, 7-Apr-1996. |