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.
-
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