亚洲国产婷婷六月丁香,亚洲av永久中文无码精品 ,亚洲av成人精品一区二区三区,亚洲av无码乱码在线观看富二代,亚洲av乱码一区二区三区香蕉

課程目錄:Web application development with Flask培訓(xùn)
4401 人關(guān)注
(78637/99817)
課程大綱:

  Web application development with Flask培訓(xùn)

 

 

Why web frameworks are needed
Overview of available Python web frameworks
Installation of Flask
Routing requests to view functions
Serving static files
Rendering templates with Jinja2
Loops and conditionals
Template inheritance
Macros in templates
Flat pages with Flask-Flatpages
HTML5 Boilerplate as a starting point
Producing JSON
Issuing redirects
Application context and Request context
Dealing with file uploads with Flask-Uploads
Structuring a complex application: how to avoid circular imports
Structuring a complex application: Blueprints
Commonly used ORMs: SQLAlchemy and Peewee
Database migrations
Form validation with WTForms and Flask-WTF
Sending email with Flask-Mail
User session management with Flask-Login and Flask-User
The admin interface created by Flask-Admin
Internationalization with Flask-BabelEx
Preprocessing of frontend files with Flask-lesscss and Flask-Assets
Deploying Flask applications into production