Building Web Apps With Python and Flask: Learn to Develop and Deploy Responsive RESTful Web Applications Using Flask Framework (English Edition)

Malhar Lathkar

Language: English

Publisher: BPB Publications

Published: Mar 12, 2021

Description:

A practical guide for the rapid web application development with FlaskKEY FEATURESÊ_ Expert-led coverage of core capabilities of Flask, key extensions and its implementation.Ê_ Explore the Werkzeug toolkit andÊ Jinja Template engine and see how FlaskÊ interacts with JavaScript and CSS._ Detailed modules on building and deploying RESTful applications using Flask.ÊDESCRIPTIONÊThis book teaches the reader the complete workflow of developing web applications using Python and its most outperforming microframework, Flask.The book begins with getting you up to speed in developing a strong understanding of the web application development process and how Python is used in developing the applications. You will learn how to write your own first Flask-based web application in Python. You will learn about web gateway interfaces, including CGI and WSGI along with various tools like the Jinja 2 engine, Werkzeug toolkit, and Click toolkit.ÊYou will learn and practice the core features of Flask such as URL routing, rendering, handling static assets of a web application, how to handle cookies and sessions, and other HTTP objects. Once you have developed a strong knowledge of Flask, you will now dive deeper into advanced topics that includes Flask extensions for working with relational and NoSQL databases, Flask_WTF, and Flask-Bootstrap. You will explore design patterns, various blueprints on how to build modular and scalable applications, and finally how to deploy the RESTful APIs successfully on your own.WHAT YOU WILL LEARNÊÊ_ Get to know everything about the core capabilities of Flask._ Understand the basic building blocks of Flask._ Get familiar with advanced features of Flask, including blueprints, Flask extensions, and database connectivity._ Get ready to design your own Flask-based web applications and RESTful APIs._ Learn to build modular and scalable applications and how to deploy them successfully.WHO THIS BOOK IS FORÊÊÊThis book is ideal for Python enthusiasts, open source contributors, and web app developers who intend to add Python web technologies in their skillsets and startup companies. The understanding of the core Python language with intermediate level expertise is required and experience of working with SQL, HTML, CSS, and JavaScript is an added advantage.TABLE OF CONTENTS1. Python for CGI2. WSGI3. Flask Fundamentals4. URL Routing5. Rendering Templates6. Static Files7. HTTP Objects8. Using Databases9. More Flask Extensions10. Blueprints and Contexts11. Web API with Flask12. Deploying Flask Applications13. Appendix