Learn Python Flask by Creating a minimal flask application

Build a flask app with Python Flask and Bootstrap

Ratings 3.50 / 5.00
Learn Python Flask by Creating a minimal flask application

What You Will Learn!

  • Setup Python Flask Development Environment
  • Create a a minimal flask application
  • Debugging flask code
  • Rendering templates
  • Integrating bootstrap with flask
  • Implementing control structures
  • Creating dynamic routes

Description

Python is an interpreted high-level general-purpose programming language. Its design philosophy emphasizes code readability with its use of significant indentation. Its language constructs as well as its object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects

Flask is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. It has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide common functions.

Flask is a web framework. This means flask provides you with tools, libraries and technologies that allow you to build a web application. This web application can be some web pages, a blog, a wiki or go as big as a web-based calendar application or a commercial website.

Flask is a small and lightweight Python web framework that provides useful tools and features that make creating web applications in Python easier. It gives developers flexibility and is a more accessible framework for new developers since you can build a web application quickly using only a single Python file. Flask is also extensible and doesn’t force a particular directory structure or require complicated boilerplate code before getting started.



Who Should Attend!

  • Beginners to flask.

TAKE THIS COURSE

Tags

  • Flask

Subscribers

6

Lectures

19

TAKE THIS COURSE



Related Courses