Flask is a small and powerful web development framework for Python. It does not presume or force a developer to use a particular tool or library. Flask supports extensions that can add application features as if they were implemented in Flask itself. Flask's main task is to build web applications qu
Learning Flask Framework Build dynamic, data-driven websites and modern web applications with Flask
β Scribed by Charles Leifer, Matt Copperwaite
- Publisher
- Packt Publishing
- Year
- 2015
- Tongue
- English
- Leaves
- 250
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Flask is a small and powerful web development framework for Python. It does not presume or force a developer to use a particular tool or library. Flask supports extensions that can add application features as if they were implemented in Flask itself. Flaskβs main task is to build web applications quickly and with less code. With its lightweight and efficient web development framework, Flask combines rapid development and clean, simple design.
This book will take you through the basics of learning how to apply your knowledge of Python to the web.
Starting with the creation of a βHello worldβ Flask app, you will be introduced to the most common Flask APIs and Flaskβs interactive debugger. You will learn how to store and retrieve blog posts from a relational database using an ORM and also to map URLs to views. Furthermore, you will walk through template blocks, inheritance, file uploads, and static assets.
You will learn to authenticate users, build log in/log out functionality, and add an administrative dashboard for the blog. Moving on, you will discover how to make Ajax requests from the template and see how the Mock library can simplify testing complex interactions.
Finally, you will learn to deploy Flask applications securely and in an automated, repeatable manner, and explore some of the most popular Flask resources on the web.
π SIMILAR VOLUMES
<p><span>Learn end-to-end automation testing techniques for web and mobile browsers using Selenium WebDriver, AppiumDriver, Java, and TestNG</span></p><h4><span>Key Features</span></h4><ul><li><span><span>Explore the Selenium grid architecture and build your own grid for browser and mobile devices</
<p><span>Design and deploy robust state-of-the-art web applications using Flask 2.x and Python 3 frameworks and libraries for streamlined development and optimal performance</span></p><p><span>Purchase of the print or Kindle book includes a free PDF eBook</span></p><h4><span>Key Features</span></h4>
<b>A practical guide for the rapid web application development with Flask</b><p></p><b>Key Features</b><li> Expert-led coverage of core capabilities of Flask, key extensions and its implementation. </li><li> Explore the Werkzeug toolkit and Jinja Template engine and see how Flask interacts with Java