blob: f7e7da4982a59f7cfb14ecbebc42bbc99eca4e0c [file] [log] [blame]
Guido van Rossum4323f7c1997-11-25 18:27:23 +00001<HEAD>
2<TITLE>Python 1.5 Documentation</TITLE>
3</HEAD>
4
5<BODY BGCOLOR=WHITE>
6
7<H1>Python 1.5 Documentation</H1>
8
9<UL>
10
11<LI><A HREF="tut/tut.html">Tutorial</A> (start here)
12
13<LI><A HREF="lib/lib.html">Library Reference</A> (keep this under your pillow)
14
Fred Drakebc74ca51998-08-10 21:48:31 +000015<LI><A HREF="mac/mac.html">Macintosh Module Reference</A> (this too,
16 if you use a Macintosh)
17
Fred Draked6374061998-05-15 16:18:21 +000018<LI><A HREF="ref/ref.html">Language Reference</A> (for language lawyers)
Guido van Rossum4323f7c1997-11-25 18:27:23 +000019
20<LI><A HREF="ext/ext.html">Extending and Embedding</A> (tutorial for
21C/C++ programmers)
22
23<LI><A HREF="api/api.html">Python/C API</A> (reference for C/C++
24programmers)
25
26</UL>
27
28</BODY>