Flask for beginners: Create Real World Interactive Apps

Go to class
Write Review

Flask for beginners: Create Real World Interactive Apps provided by Udemy is a comprehensive online course, which lasts for 9 hours worth of material. Flask for beginners: Create Real World Interactive Apps is taught by Bluelime Learning Solutions. Upon completion of the course, you can receive an e-certificate from Udemy. The course is taught in Englishand is Paid Course. Visit the course page at Udemy for detailed price information.

Overview
  • Learn Flask from scratch step by step

    What you'll learn:

    • Creating and running a simple Flask app
    • Creating Interactive Flask Apps
    • Working with templates
    • Setting up and connecting to a database
    • Using GET and POST requests in FlaskData flow in Flask
    • Setting up an API in Flask
    • Templating flask apps with Bootstrap
    • Message Flashing
    • Creating routes for our applications
    • Passing data through forms to flask app
    • Implementing sessions and cookies
    • Using conditionals and loops in flask app
    • Saving app data to PostgreSQL Database Server
    • Setup your project with version control
    • Create remote repository on Github
    • Deploying your project to the cloud on heroku

    Flask is a Python framework for building lightweight and dynamic web applications. It helps speed up tedious behind-the-scenes development work, such as URL mapping, and offers more control to the developer to build applications . This course provides the training and hands-on examples you need to get started quickly. We will create two complete interactive web applications and also deploy them to the cloud so others can interact with them. You will learn skills that professional web developers use.


    Learning objectives

    • Creating and running a simple Flask app

    • Creating a Flask project

    • Working with templates

    • Setting up and connecting to a database

    • Working with Flask-Security

    • Deploying your project to Heroku

    • Create remote repository on GitHub

    • Setup your project with version control

    • Using GET and POST requests in Flask Data flow in Flask

    • Setting up an API in Flask

    • Templating flask with Bootstrap

    • Create a JSON API

    • Message Flashing

    • Creating routes for our applications

    • Passing data through forms to flask app

    • Using redirect and url_functions

    • Implementing sessions and cookies

    • Using conditionals and loops in flask app

    • Saving app data to PostgreSQL Database Server