USA:+1-703-445-4802
India:+91-8143111555 / +91-8790216888
Whats app: +91-8143110555

Flask Training in Hyderabad india

Flask



Flask is a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications. It began as a simple wrapper around Werkzeug and Jinja and has become one of the most popular Python web application frameworks. Flask offers suggestions but doesn't enforce any dependencies or project layout. It is up to the developer to choose the tools and libraries they want to use. There are many extensions provided by the community that makes adding new functionality easy.

Pre-requisites

Participants must have a basic knowledge of Python and client-side technologies

Duration: 20-25hrs

Course Content:

Introduction

  • Basics of MVC applications
  • Flask a microframework for Python

Getting started with Flask

  • Virtualenv installation
  • Flask installation
  • Flask – Hello world

Object Relational Mapping

  • Understanding the basics of Object Relational Mapping (ORM)
  • Using SQLAlchemy

Routings with Flask

  • Routing in Flask
  • Dynamic routing in Flask

Templating in Flask

  • Basics of templating
  • Creating templates using Jinja
  • Rendering templates in Flask

Flask models

  • Performing CRUD operations using Flask models
  • Creating forms using Flask