Part 3:Putting It All together
After spending time looking at specific issues individually, we start to look at how some issues relate to one another. This part will include a lot more examples and code snippets. A lot of the code will only be available online, so you will be highly encouraged to also flip through the source code repository on GitHub: https://github.com/PacktPublishing/Python-Web-Development-with-Sanic. The goal is once again to provide you with knowledge, not snippets.
This Part contains the following chapters:
- Chapter 9, Best Practices to Improve Your Web Applications
- Chapter 10, Implementing Common Use Cases with Sanic
- Chapter 11, A Complete Real-World Example