File: indexsidebar.html

package info (click to toggle)
python3.4 3.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 80,356 kB
  • ctags: 100,540
  • sloc: python: 459,698; ansic: 381,519; sh: 17,599; asm: 14,322; makefile: 2,209; objc: 761; lisp: 502; exp: 499; cpp: 353; pascal: 80; xml: 73; csh: 21
file content (18 lines) | stat: -rw-r--r-- 842 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<h3>Download</h3>
<p><a href="{{ pathto('download') }}">Download these documents</a></p>
<h3>Docs for other versions</h3>
<ul>
  <li><a href="http://docs.python.org/2.7/">Python 2.7 (stable)</a></li>
  <li><a href="http://docs.python.org/3.3/">Python 3.3 (stable)</a></li>
  <li><a href="http://docs.python.org/3.5/">Python 3.5 (in development)</a></li>
  <li><a href="http://www.python.org/doc/versions/">Old versions</a></li>
</ul>

<h3>Other resources</h3>
<ul>
  {# XXX: many of these should probably be merged in the main docs #}
  <li><a href="http://www.python.org/dev/peps/">PEP Index</a></li>
  <li><a href="http://wiki.python.org/moin/BeginnersGuide">Beginner's Guide</a></li>
  <li><a href="http://wiki.python.org/moin/PythonBooks">Book List</a></li>
  <li><a href="http://www.python.org/doc/av/">Audio/Visual Talks</a></li>
</ul>