mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
776c2b5bba
Give credits to people in the sidebar to the left
37 lines
1.4 KiB
HTML
37 lines
1.4 KiB
HTML
<h1>Python Guide.</h1>
|
|
<p>
|
|
This opinionated guide exists to provide both novice and expert Python developers a best-practice handbook to the installation, configuration, and usage of Python on a daily basis.
|
|
</p>
|
|
|
|
<h3>Get Updates</h3>
|
|
<p>Receive updates on new releases and upcoming projects.</p>
|
|
|
|
<p><a href="http://tinyletter.com/kennethreitz">Subscribe to Newsletter</a></p>
|
|
|
|
<h3>Donate</h3>
|
|
<p>
|
|
If you enjoy this guide, consider supporting the author <a href="https://www.gittip.com/kennethreitz/">on Gittip</a>:
|
|
</p>
|
|
<p>
|
|
<iframe style="border: 0; margin: 0; padding: 0;"
|
|
src="https://www.gittip.com/kennethreitz/widget.html"
|
|
width="48pt" height="20pt"></iframe>
|
|
</p>
|
|
|
|
<h3>Contributors</h3>
|
|
<p>
|
|
This guide is the result of the collaboration of
|
|
<a href="https://github.com/kennethreitz/python-guide/graphs/contributors">135+ people</a>
|
|
around the world, and your contributions
|
|
<a href="http://docs.python-guide.org/en/latest/notes/contribute/">are welcome</a>!
|
|
</p>
|
|
|
|
|
|
<h3>Useful Links</h3>
|
|
<ul>
|
|
<li><a href="http://python-guide.org/">The Guide Website</a></li>
|
|
<li><a href="http://github.com/kennethreitz/python-guide">The Guide @ GitHub</a></li>
|
|
<li><a href="http://github.com/kennethreitz/python-guide/issues">Issue Tracker</a></li>
|
|
<li><a href="https://media.readthedocs.org/pdf/python-guide/latest/python-guide.pdf">The Guide as a PDF</a></li>
|
|
</ul>
|