Full Stack Python Supporter's Edition
The Full Stack Python Supporter's Edition is an open source book by Matthew Makai that is available in nicely-formatted PDF, EPUB, MOBI versions for readers who want to support the project's continued writing and development. All of the material will always remain free on the fullstackpython.com website but if you want to easily read it in one of these other formats on an ebook reader then this version makes it easy to consume.
What's in the book?
Full Stack Python explains important Python concepts in plain language terms without assuming that you already know much about web development, deployments or running an application. Each chapter focuses on a large subject area, such as data or development environments, then digs into concepts and implementations that you should know to make the right choices for what to use when building your projects.
Think of Full Stack Python as your high-level guide to Python development so that you can understand what you do not know and gain a map for what to research next.
Chapters
Chapter 1: Introduction
Chapter 2: Development Environments
Chapter 3: Data
Chapter 4: Web Development
Chapter 5: Web App Deployment
Chapter 6: DevOps
Chapter 7: Meta