Part 2:Building Advanced Flask 3.x Applications
In this part, you will learn how to extend your Flask skills to build enterprise applications with enhanced performance using asynchronous views and API endpoints. You will learn to use the asynchronous SQLAlchemy to build asynchronous repository transactions and NoSQL databases to manage non-structured or semi-structured big data. Overall, this part will lead you to implement features that utilize asynchronous background tasks, upload XLSX and CSV files to generate charts, graphs, and tabular data, generate PDF documents, use WebSockets and Server-Sent Events (SSE), implement non-BPMN and BPMN workflows, and secure the application from web attacks.
This part includes the following chapters:
- Chapter 5, Building Asynchronous Transactions
- Chapter 6, Developing Computational and Scientific Applications
- Chapter 7, Using Non-Relational Data Storage
- Chapter 8, Building Workflows with Flask
- Chapter 9, Securing Flask...