Guido van Rossum | 4323f7c | 1997-11-25 18:27:23 +0000 | [diff] [blame] | 1 | <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 Drake | d637406 | 1998-05-15 16:18:21 +0000 | [diff] [blame] | 15 | <LI><A HREF="ref/ref.html">Language Reference</A> (for language lawyers) |
Guido van Rossum | 4323f7c | 1997-11-25 18:27:23 +0000 | [diff] [blame] | 16 | |
| 17 | <LI><A HREF="ext/ext.html">Extending and Embedding</A> (tutorial for |
| 18 | C/C++ programmers) |
| 19 | |
| 20 | <LI><A HREF="api/api.html">Python/C API</A> (reference for C/C++ |
| 21 | programmers) |
| 22 | |
| 23 | </UL> |
| 24 | |
| 25 | </BODY> |