Getting Started with advanced Python Flask

Chapter 1 Course Introduction
This chapter will guide you scan through the whole structure, function modules, and learning recommendations. So that everyone in a clear development ideas, follow-up study. At the same time we landed led  http://movie.54php.cn/  take a look at the demo project.

Chapter 2 Course preparation
of this chapter is to prepare the development environment. Respectively in windows and linux will worry about how to install the system for everyone to demonstrate the required development environment python3.7 and database MySQL. We must use their familiar development environment to build the operating system

Chapter 3 Python3 review the fundamentals of
this chapter is to lead us brush up the basics python3, including the basic grammar to explain the underlying data structure and a very important decorator. Where the decoration is important to give you a better knowledge and understanding of learning Flask architecture to pave the way

Chapter 4 Flask framework Introduction
This section by comparing the current commonly used Python MVC framework, so that we learn how to select the frame. And they were led Flask framework installed in linux and windows operating system. Not only so that it can run a Hello World. We will explain to you why the Flask can run independently. So that we understand the principles, plainly learned. And eventually everyone to understand with several configuration and management of ... Flask under

Chapter 5 Flask routing object and request
action and we will study together the routing of this section, the route of administration as well as a variety of ways Flask and usage scenarios. HTTP request by lead us to understand the process, so that we understand the whole request process. Let us better understand the true meaning of the HTTP request. With our understanding and knowledge of HTTP, they will learn to GET and POST HTTP request method request object. And we will teach you how to use the tool to send a POST request ...

Chapter 6 Flask corresponding object (the Response) and template Jinja2
this section and learn how to respond to everyone with a HTTP request, and in response to the type of how to handle different formats. And then we will study together basic grammar template engine, a V layer work in MVC ready for

Chapter 7 Flask of ORM database
This chapter is mainly Flask and everyone to learn how to communicate and databases. Here we will use to expand flask_sqlalchemy and mysqlclient. We will explain a number of ways to communicate database. And we use the flask-sqlacodegen artifact quickly generate Model.

Chapter 8 build hierarchical structures and clear MVC framework
This section is for advanced applications in front of us to learn more chapters. Hierarchical structure through the code to make the code more concise management. Start by custom order management flask_script. Personalized multi-link configuration file management, and debugging tools, error handler, requesting a comprehensive explanation interceptors. By optimizing these MVC architecture to create a highly available. For the cat back into the actual film projects ready to do the sprint. ...

Chapter 9 registration and login feature
this chapter we will learn to achieve the first feature point cat shadow project. Registration and login feature. And I will first explain the learning database design together. Then led everyone to learn the basics of HTML, and we need to build a page by bootstrap front-end framework. Finally, with everyone to achieve our registration and login feature ...

Chapter 10 by timer obtain Movie
This section is a section of the course of our black technology. We will take you analyze together how to get video resources we need. By the use of APScheduler summed up our need for a timer, and then implement our own timer scalable framework. Finally we get to realize the video data through its own timer framework. ...

Chapter 11 Front Display
This section video data obtained displayed. This section has two main points: a list of paging, sorting and querying recommend a few random knowledge

Chapter 12 flask uwsgi + nginx high concurrency architecture deployed
in this chapter is mainly about deployment production environment. We will explain windows and linux operating system deployment architecture respectively. However, we strongly recommend you to deploy in a production environment using a linux environment

Chapter 13 Lessons Learned
revisits this section is in front of us what they have learned

 

Download: Python quick start and advanced the Flask

Guess you like

Origin www.cnblogs.com/changesun/p/12064613.html