版权所有:内蒙古大学图书馆 技术提供:维普资讯• 智图
内蒙古自治区呼和浩特市赛罕区大学西街235号 邮编: 010021
I S B N:(纸本) 9781788995405
出 版 社:Packt Publishing
出 版 年:2018年
主 题 词:Python Flask python web development python applications flask learning flask flask python flask web applications Fask REST API Python REST API
学科分类:08[工学] 0812[工学-计算机科学与技术(可授工学、理学学位)]
摘 要:Learn to build modern, secure, highly available web MVC applications and API’s using Python`s Flask framework. Key Features • Create production-ready MVC and REST API with the dynamic features of Flask • Utilize the various extensions like Flask-JWT and Flask-SQLAlchemy to develop powerful applications • Deploy your flask application on real-world platforms like AWS and Heroku on VM’s or Docker containers Book Description Flask is a popular Python framework known for its lightweight and modular design. Mastering Flask Web Development will take you on a complete tour of the Flask environment and teach you how to build a production-ready application. You ll begin by learning about the installation of Flask and basic concepts such as MVC and accessing a database using an ORM. You will learn how to structure your application so that it can scale to any size with the help of Flask Blueprints. You ll then learn how to use Jinja2 templates with a high level of expertise. You will also learn how to develop with SQL or NoSQL databases, and how to develop REST APIs and JWT authentication. Next, you ll move on to build role-based access security and authentication using LDAP, OAuth, OpenID, and database. Also learn how to create asynchronous tasks that can scale to any load using Celery and RabbitMQ or Redis. You will also be introduced to a wide range of Flask extensions to leverage technologies such as cache, localization, and debugging. You will learn how to build your own Flask extensions, how to write tests, and how to get test coverage reports. Finally, you will learn how to deploy your application on Heroku and AWS using various technologies, such as Docker, CloudFormation, and Elastic Beanstalk, and will also learn how to develop Jenkins pipelines to build, test, and deploy applications. What you will learn • Develop a Flask extension using best practices • Implement various authentication methods: LDAP, JWT, Database, OAuth, and OpenID • Learn how to develop ro