You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
<meta name="description" content="The core Python programming language includes an implementation, interpreter, standard code library and documentation.">
<div style="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;">
<div class="container">
<p class="banner"><a href="https://www.gumroad.com/l/python-deployments" style="color: #fff">The Full Stack Python Guide to Deployments December book update just released</a>!</p>
</div>
</div> <a href="https://github.com/makaimc/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/theme/img/fork.png" alt="Fork me on GitHub"></a>
through code and shows how it executes on the Python interpreter.</p>
</li>
<li>
<p><a href="http://pymotw.com/2/index.html">Python Module of the Week</a> is a tour
through the Python standard library.</p>
</li>
<li>
<p><a href="http://halitalptekin.tumblr.com/post/30028271874/pythonic-syntax">What the heck does "pythonic" mean?</a>
explains the difference in accepted Python coding style compared to other
ways to write Python code that, while syntactically correct, are less
maintainable and therefore should not be used.</p>
</li>
<li>
<p><a href="http://aosabook.org/en/500L/a-python-interpreter-written-in-python.html">A Python interpreter written in Python</a>
is incredibly meta but really useful for wrapping your head around some
of the lower level stuff going on in the language.</p>
</li>
<li>
<p><a href="http://satyajit.ranjeev.in/2012/05/17/python-a-few-things-to-remember.html">A few things to remember while coding in Python</a>
is a nice collection of good practices to use while building programs
with the language. </p>
</li>
<li>
<p><a href="http://eli.thegreenplace.net/2010/06/30/python-internals-adding-a-new-statement-to-python/">Python internals: adding a new statement to Python</a></p>
</li>
<li>
<p><a href="http://www.slideshare.net/audreyr/python-tricks-that-you-cant-live-without">Python tricks that you can't live without</a>
is a slideshow by Audrey Roy that goes over code readability, linting,
dependency isolation, and other good Python practices.</p>
<a href="http://www.deploypython.com/"><img src="//static.fullstackpython.com/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
<p style="font-size: .8em; margin-top: 10px;">Searching for a complete, step-by-step deployment walkthrough? Learn more about <a href="http://www.deploypython.com/">The Full Stack Python Guide to Deployments book</a>.
</p>
</div>
</div> <div class="panel panel-success">
<div class="panel-heading">
<h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Table of Contents</a></h3>