gittip
[python-guide.git] / docs / _templates / sidebarintro.html
1 <h1>Python Guide.</h1>
2 <p>
3   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.
4 </p>
5
6 <h3>Donate</h3>
7 <p>
8     If you enjoy this guide, consider supporting the author <a href="https://www.gittip.com/kennethreitz/">on Gittip</a>:
9 </p>
10 <p>
11   <iframe style="border: 0; margin: 0; padding: 0;"
12       src="https://www.gittip.com/kennethreitz/widget.html"
13       width="48pt" height="20pt"></iframe>
14 </p>
15
16 <h3>Feedback</h3>
17 <p>
18   Feedback is greatly appreciated. If you have any questions, comments,
19   random praise, or anonymous threats, <a href="mailto:me@kennethreitz.com">
20   shoot me an email</a>.
21 </p>
22
23
24 <h3>Useful Links</h3>
25 <ul>
26   <li><a href="http://python-guide.org/">The Guide Website</a></li>
27   <li><a href="http://github.com/kennethreitz/python-guide">The Guide @ GitHub</a></li>
28   <li><a href="http://github.com/kennethreitz/python-guide/issues">Issue Tracker</a></li>
29 </ul>