Crazy world of flask , how flash is changing the dynamics
swatantrayadav20
5 views
7 slides
Jul 03, 2024
Slide 1 of 7
1
2
3
4
5
6
7
About This Presentation
flash
Size: 224.5 KB
Language: en
Added: Jul 03, 2024
Slides: 7 pages
Slide Content
ParvaM Internship 2022 Python and Machine Learning Domain Basic Introduction of Flask(framework) Presented By : Chandra Kumar S
Module Overview What is Flask? Why Use Flask? Flask Features Django V/S Flask
What is Flask Flask is a microframework for Python based on Werkzeug , Jinja 2 and good intentions. A lightweight framework Does what it needs to do and nothing else Server-side technology Componentized and customizable Does just a little out of the box Components for additional functionality 1) Database access 2) Templates 3) Services
Why Use Flask Higher compatibility with latest technologies Technical experimentation Easier to use for simple cases Codebase size is relatively smaller High scalability for simple applications, Easy to build a quick prototype Routing URL is easy Easy to develop and maintain applications Database integration is easy Small core and easily extensible Minimal yet powerful platform Lots of resources available online especially on GitHub
Integrated support for unit testing. RESTful request dispatching. Uses a Jinja2 template engine. It is based on Werkzeug toolkit. Support for secure cookies (client-side sessions). Extensive documentation. Google app engine compatibility. APIs are nicely shaped and coherent Easily deployable in production Flask Features