summaryrefslogtreecommitdiffstats
path: root/Doc/index.html
blob: c6ddcab72e6e7d2febbaa65e9539e069ae0ecc46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<HEAD>
<TITLE>Python 1.5 Documentation</TITLE>
</HEAD>

<BODY BGCOLOR=WHITE>

<H1>Python 1.5 Documentation</H1>

<UL>

<LI><A HREF="tut/tut.html">Tutorial</A> (start here)

<LI><A HREF="lib/lib.html">Library Reference</A> (keep this under your pillow)

<LI><A HREF="ref/ref-1.html">Language Reference</A> (for language lawyers)

<LI><A HREF="ext/ext.html">Extending and Embedding</A> (tutorial for
C/C++ programmers)

<LI><A HREF="api/api.html">Python/C API</A> (reference for C/C++
programmers)

</UL>

</BODY>