Learn-Write-Repeat/Open-contributions

UNDERSTAND FLASK

Opened this issue · 0 comments

What is Flask?

  • Flask is an API of Python that allows us to build up web-applications. It was developed by Armin Ronacher. Flask’s framework is more explicit than Django’s framework and is also easier to learn because it has less base code to implement a simple web-Application. A Web-Application Framework or Web Framework is the collection of modules and libraries that helps the developer to write applications without writing the low-level codes such as protocols, thread management, etc. Flask is based on WSGI(Web Server Gateway Interface) toolkit and Jinja2 template engine.

  • Flask is a web framework that provides libraries to build lightweight web applications in python. It is developed by Armin
    Ronacher who leads an international group of python enthusiasts (POCCO).

  • It is based on WSGI toolkit and jinja2 template engine.

  • Flask is considered as a micro framework.
    Screenshot (25)

  • Initially i got some error while installing flask but i search the error on google i was able resolve it then i started working on creating web page i got lot more errors and i dont know why theses errors are coming. I tried allot but still errors coming Screenshot (26)
    Screenshot (27)
    Screenshot (28)
    Screenshot (29)
    Screenshot (30)

** Finally done **
Screenshot (31)