2016-01-22 18:00:05 +01:00
|
|
|
|
<h3>{% trans %}Download{% endtrans %}</h3>
|
|
|
|
|
|
<p><a href="{{ pathto('download') }}">{% trans %}Download these documents{% endtrans %}</a></p>
|
2018-11-08 00:11:49 +01:00
|
|
|
|
<h3>{% trans %}Docs by version{% endtrans %}</h3>
|
2014-06-02 22:58:13 -07:00
|
|
|
|
<ul>
|
2018-11-08 00:11:49 +01:00
|
|
|
|
<li><a href="https://docs.python.org/3.8/">{% trans %}Python 3.8 (in development){% endtrans %}</a></li>
|
2018-06-27 18:45:50 -04:00
|
|
|
|
<li><a href="https://docs.python.org/3.7/">{% trans %}Python 3.7 (stable){% endtrans %}</a></li>
|
2016-12-23 04:17:38 -05:00
|
|
|
|
<li><a href="https://docs.python.org/3.6/">{% trans %}Python 3.6 (stable){% endtrans %}</a></li>
|
2018-06-27 18:45:50 -04:00
|
|
|
|
<li><a href="https://docs.python.org/3.5/">{% trans %}Python 3.5 (security-fixes){% endtrans %}</a></li>
|
2017-10-12 14:08:43 -04:00
|
|
|
|
<li><a href="https://docs.python.org/2.7/">{% trans %}Python 2.7 (stable){% endtrans %}</a></li>
|
2018-11-08 00:11:49 +01:00
|
|
|
|
<li><a href="https://www.python.org/doc/versions/">{% trans %}All versions{% endtrans %}</a></li>
|
2014-06-02 22:58:13 -07:00
|
|
|
|
</ul>
|
2009-02-13 09:11:32 +00:00
|
|
|
|
|
2016-01-22 18:00:05 +01:00
|
|
|
|
<h3>{% trans %}Other resources{% endtrans %}</h3>
|
2014-06-02 22:58:13 -07:00
|
|
|
|
<ul>
|
|
|
|
|
|
{# XXX: many of these should probably be merged in the main docs #}
|
2016-01-22 18:00:05 +01:00
|
|
|
|
<li><a href="https://www.python.org/dev/peps/">{% trans %}PEP Index{% endtrans %}</a></li>
|
|
|
|
|
|
<li><a href="https://wiki.python.org/moin/BeginnersGuide">{% trans %}Beginner's Guide{% endtrans %}</a></li>
|
|
|
|
|
|
<li><a href="https://wiki.python.org/moin/PythonBooks">{% trans %}Book List{% endtrans %}</a></li>
|
|
|
|
|
|
<li><a href="https://www.python.org/doc/av/">{% trans %}Audio/Visual Talks{% endtrans %}</a></li>
|
2018-11-04 21:41:34 +01:00
|
|
|
|
<li><a href="https://devguide.python.org/">{% trans %}Python Developer’s Guide{% endtrans %}</a></li>
|
2014-06-02 22:58:13 -07:00
|
|
|
|
</ul>
|