33< H1 > < IMG SRC ="html.icons/python.gif "> Macintosh Python crash course</ H1 >
44< HR >
55
6- This set of documents provides an introduction to various aspects of
6+ < p > This set of documents provides an introduction to various aspects of
77Python programming on the Mac. It is assumed that the reader is
88already familiar with Python and, to some extent, with MacOS Toolbox
99programming. Other readers may find something interesting here too,
10- your mileage may vary. < p >
10+ your mileage may vary. </ p >
1111
12- There is a companion document < a href ="using.html "> Using Python on the Mac</ a >
13- which you should read before starting here: it explains the basics of using
14- python on the Macintosh. < p >
12+ < p > As the previous paragraph reveals to the careful observer these examples
13+ are dated, most of them were writting before OSX and haven't been updated
14+ afterwards. They still show how to use the Carbon wrappers but aren't
15+ necessarily the best way to use the Carbon API's in OSX.</ p >
1516
1617Another set of Macintosh-savvy examples, more aimed at beginners, is
1718maintained by Joseph Strout, at Python Tidbits in < A
@@ -27,10 +28,9 @@ <H1><IMG SRC="html.icons/python.gif">Macintosh Python crash course</H1>
2728href ="http://www.python.org/doc/ "> documentation</ a > section on the
2829webserver. < p >
2930
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 > . < p >
31+ < p > The W widget set by Just van Rossum, does not have complete documentation as
32+ of this writing, but Corran Webster has documented most of it on his
33+ < A HREF ="http://www.nevada.edu/~cwebster/Python/ "> Python Page</ A > .</ p >
3434
3535There are also some documentation links, as well as other MacPython-related
3636pages, in the
0 commit comments