Questions

  1. What Python module is used for developing our own WSGI server?
  2. What is the main advantage that the MVC pattern provides, from a developer's point of view?
  3. What Django script can we use to create the file structure that's necessary to create applications with the framework?
  4. What Django command can we use to create a database in our application?
  5. What is the annotation that's used for creating routes in Flask?
  6. What method is used in Flask that looks in the templates folder for the file that's supplied as the first argument?
  7. If we are working in Flask with the POST method to send information to a server, what object can we use to access information on the attributes of the form?
  8. What is the Flask extension for managing the registration and authentication processes in your application?
  9. What class from SQLAlchemy is responsible for instantiating objects and connecting to a database?
  10. What is the config keyword that's required by the Flask-SQLAlchemy extension, and that represents the local address to your database file?
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset