<metaname="description" content="The core Python programming language includes an implementation, interpreter, standard code library and documentation.">
<linkrel="shortcut icon" href="/img/fsp-fav.png">
<title>Python Programming Language - Full Stack Python</title>
<divstyle="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;">
<divclass="container">
<pclass="banner"><ahref="https://www.kickstarter.com/projects/mikeckennedy/python-for-entrepreneurs-video-course" style="color: #fff">Use Python to build your side business with the Python for Entrepreneurs video course!</a></p>
</div>
</div><ahref="https://github.com/mattmakai/fullstackpython.com"><imgstyle="position: absolute; top: 0; right: 0; border: 0;" src="/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://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><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>
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><ahref="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><ahref="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>
<ahref="http://www.deploypython.com/"><imgsrc="/img/sponsored/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>.