<metaname="description" content="The core Python programming language includes an implementation, interpreter, standard code library and documentation.">
<divstyle="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;">
<divclass="container">
<pclass="banner"><ahref="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><ahref="https://github.com/makaimc/fullstackpython.com"><imgstyle="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><ahref="http://pymotw.com/2/index.html">Python Module of the Week</a> is a tour
through the Python standard library.</p>
</li>
<li>
<p><ahref="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><ahref="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><ahref="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><ahref="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>
<ahref="http://www.deploypython.com/"><imgsrc="//static.fullstackpython.com/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
<pstyle="font-size: .8em; margin-top: 10px;">Searching for a complete, step-by-step deployment walkthrough? Learn more about <ahref="http://www.deploypython.com/">The Full Stack Python Guide to Deployments book</a>.
</p>
</div>
</div><divclass="panel panel-success">
<divclass="panel-heading">
<h3class="panel-head"><ahref="/table-of-contents.html" style="color: #fff;">Table of Contents</a></h3>