Learning Flask Framework +Code Год издания: 2015 Автор: Matt Copperwaite, Charles Leifer Жанр или тематика: Веб-программирование Издательство: Packt Publishing ISBN: 9781783983360 Язык: Английский Формат: PDF/EPUB/MOBI Качество: Издательский макет или текст (eBook) Интерактивное оглавление: Да Количество страниц: 250 Описание: 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. What You Will Learn - Create your web pages to add modularity and flexibility to your web app using templates - Store and retrieve relational data using SQLAlchemy - Develop schema migrations with Alembic - Produce an admin section using flask-admin - Build RESTful APIs using Flask-Restless - Simulate requests and sessions using the Flask test client - Make Ajax requests from Jinja2 templates
Оглавление
Table of Contents 1: Creating Your First Flask Application 2: Relational Databases with SQLAlchemy 3: Templates and Views 4: Forms and Validation 5: Authenticating Users 6: Building an Administrative Dashboard 7: AJAX and RESTful APIs 8: Testing Flask Apps 9: Excellent Extensions 10: Deploying Your Application
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum