flask strengths and weaknesses and the associated expansion of the installation package

web site development so far, especially on the server side, related to the knowledge, content, very extensive. This requires the programmer will be increasingly high. If a mature, robust frame, then some basic work, such as security, data flow control so lets framework to deal with, so developers can focus on specific business logic above. Advantages of using the frame:

  • Stability and scalability
  • It can reduce development effort and improve development efficiency.

Commonly used in Python Web framework

  • flask
  • django
  • tornado

Flask common expansion pack:

  • Flask-SQLalchemy: operation of the database;
  • Flask-script: insert script;
  • Flask-migrate: migrate database management;
  • Flask-Session: Session specified storage;
  • Flask-WTF: Form;
  • Flask-Mail: Mail;
  • Flask-Bable: to provide support for internationalization and localization, translation;
  • Flask-Login: User Authentication state;
  • Flask-OpenID: Certification;
  • Flask-RESTful: the REST API development tools;
  • Flask-Bootstrap: Twitter Bootstrap integrated front-end frame;
  • Flask-Moment: localized date and time;
  • Flask-Admin: simple and extensible framework for the management interface

 

Guess you like

Origin blog.csdn.net/qwertyuiopasdfgg/article/details/93329589