Full Stack Python is a larger undertaking than I originally envisioned. My original intent was to link to the best resources by category. That grew into explaining the concepts plus including the best links I could find.
This short section lays out my thoughts on what I'm working to improve in the intermediate-to-long term. Full Stack Python is my main 2014 project so I want to make it a comprehensive "complete" reference for Python developers by the end of the year.
These plans can change based on pull requests from the community. I work to integrate PRs within a day or two so please submit one when you see a fix or improvement that needs to be made!
Here are some things I'm actively working on:
Update these sections with clearer explanations and more resources:
Plain English explanations for Django, Flask and Bottle framework concepts such as how forms work with templates, how models interact with views and what the files are when a new boilerplate project is created (especially important with Django)
Split web application security and other security (lower level protocols) into separate pages. Have separate chapters on what you need to know about these topics.
After those updates are done I'll go back through and apply visuals to each section to make them easier to read and understand.