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="Full Stack Python shows how an entire Python web application is built and deployed. Each section of the guide explains a different key concept, from the server through the Python WSGI web framework to the front end JavaScript.">
<p>Feb: Adding new Django resources, added sitemap.xml. Rewriting all sections
to fix first draft typos and grammar mistakes as well as add new content.
Added task queues section due to reader feedback. Rewrote intro section.
Merged several pull requests (see closed
<a class="reference external" href="https://github.com/makaimc/fullstackpython.github.com/pulls">GitHub repo pull requests</a>). New resources for platform-as-a-service section. Adding new
sections specified by the community as missing. Reorganized ordering of
content. Broke out subsections for Django and Flask. Added signficant
content to the WSGI section.</p>
<p>Jan: Adding configuration management, application dependencies, and source
control sections. Also updating about section. Updated design to be fully
responsive.</p>
</div>
<div class="section" id="id2">
<h2>2013</h2>
<p>Dec: Changed CDN section to static content. Transitioning diagrams from
Paper app drawings to Balsamiq mockups exported to PNG files. Added Python
database connectors to database section.</p>
<p>Nov: Modified color scheme. Updated caching and introduction section,
added section on NoSQL data stores.</p>
<p>Oct: Creating separate monitoring section.</p>
<p>Aug: Adding more resources for web servers and other categories.</p>
<p>Jun: Updating styling, adding new content, switching around sections.</p>
<p>Jan: Fleshed out web server, OS, and server sections, particularly IaaS
and PaaS topics, added initial "hand drawn" diagram placeholders for better
diagrams later.</p>
</div>
<div class="section" id="id3">
<h2>2012</h2>
<p>Dec: Initial incomplete release on fullstackpython.com, created
introduction, CDN, web frameworks, and database sections with stubs for