blob: 2f188530881b53285fa8933fcc1e448930e3abf3 [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 Draked6374061998-05-15 16:18:21 +000015<LI><A HREF="ref/ref.html">Language Reference</A> (for language lawyers)
Guido van Rossum4323f7c1997-11-25 18:27:23 +000016
17<LI><A HREF="ext/ext.html">Extending and Embedding</A> (tutorial for
18C/C++ programmers)
19
20<LI><A HREF="api/api.html">Python/C API</A> (reference for C/C++
21programmers)
22
23</UL>
24
25</BODY>