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.">
<title>Python Programming Language - Full Stack Python</title>
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://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>
is a list of quirky queries on rare Python features and why certain syntax
was or was not built into the language.</p>
</li>
<li>
<p><a href="https://codesachin.wordpress.com/2016/04/03/a-practical-introduction-to-functional-programming-for-python-coders/">A practical introduction to Functional Programming for Python coders</a>
is a good starter for developers looking to learn the functional
programming paradigm side of the language.</p>
</li>
<li>
<p><a href="http://akaptur.com/blog/2014/08/03/getting-started-with-python-internals/">Getting Started with the Python Internals</a>
takes a slice of the huge CPython codebase and deconstructs some of
it to see what we can learn about how Python itself is built.</p>
<a href="http://www.deploypython.com/"><img src="/img/sponsored/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>.