2016-01-22 13:00:05 -04:00
|
|
|
|
<h3>{% trans %}Download{% endtrans %}</h3>
|
|
|
|
|
<p><a href="{{ pathto('download') }}">{% trans %}Download these documents{% endtrans %}</a></p>
|
2018-11-07 19:11:49 -04:00
|
|
|
|
<h3>{% trans %}Docs by version{% endtrans %}</h3>
|
2014-06-03 02:58:13 -03:00
|
|
|
|
<ul>
|
2019-06-04 20:15:33 -03:00
|
|
|
|
<li><a href="https://docs.python.org/3.9/">{% trans %}Python 3.9 (in development){% endtrans %}</a></li>
|
|
|
|
|
<li><a href="https://docs.python.org/3.8/">{% trans %}Python 3.8 (pre-release){% endtrans %}</a></li>
|
2018-06-27 19:45:50 -03:00
|
|
|
|
<li><a href="https://docs.python.org/3.7/">{% trans %}Python 3.7 (stable){% endtrans %}</a></li>
|
2019-02-10 17:27:12 -04:00
|
|
|
|
<li><a href="https://docs.python.org/3.6/">{% trans %}Python 3.6 (security-fixes){% endtrans %}</a></li>
|
2018-06-27 19:45:50 -03:00
|
|
|
|
<li><a href="https://docs.python.org/3.5/">{% trans %}Python 3.5 (security-fixes){% endtrans %}</a></li>
|
2017-10-12 15:08:43 -03:00
|
|
|
|
<li><a href="https://docs.python.org/2.7/">{% trans %}Python 2.7 (stable){% endtrans %}</a></li>
|
2018-11-07 19:11:49 -04:00
|
|
|
|
<li><a href="https://www.python.org/doc/versions/">{% trans %}All versions{% endtrans %}</a></li>
|
2014-06-03 02:58:13 -03:00
|
|
|
|
</ul>
|
2009-02-13 05:11:32 -04:00
|
|
|
|
|
2016-01-22 13:00:05 -04:00
|
|
|
|
<h3>{% trans %}Other resources{% endtrans %}</h3>
|
2014-06-03 02:58:13 -03:00
|
|
|
|
<ul>
|
|
|
|
|
{# XXX: many of these should probably be merged in the main docs #}
|
2016-01-22 13:00:05 -04: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 16:41:34 -04:00
|
|
|
|
<li><a href="https://devguide.python.org/">{% trans %}Python Developer’s Guide{% endtrans %}</a></li>
|
2014-06-03 02:58:13 -03:00
|
|
|
|
</ul>
|