Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Python Flask: Make Web Apps with Python
Rating: 4.1 out of 5(167 ratings)
14,653 students

Python Flask: Make Web Apps with Python

Create web apps using the Python Flask Framework!
Created byFrank Anemaet
Last updated 11/2018
English

What you'll learn

  • How to create Python Flask based web apps
  • How to use Jinja2 Templates
  • How to use an SQLite database with Flask
  • How to use CSS to style your Flask web app
  • How to use an Object Relational Manager through SQLAlchemy
  • How to create and use HTML forms with your Flask app
  • How to build Flask web apps (Project: BMI Calculator)
  • Other neat Flask tricks like Uploading Files, Cookies and Sessions

Course content

7 sections39 lectures1h 12m total length
  • Introduction0:39

    Explore Flask from basics to building real, working web applications, with databases, templates, and many more Flask concepts, plus code shown in lectures and helpful summaries.

  • What is Flask?1:15

    Learn how to use Flask to build complete web apps or simple sites, install the module, and run a hello world locally with Jinja templates.

Requirements

  • Basic Python knowledge required
  • You should know HTML and CSS
  • Recommended to have SQL or SQLite experience

Description

This course will teach you how to make your first Python Flask Web Applications

The course includes a web app project to help you get started building apps.  It covers all the basics to start writing your own applications. It covers URL Routing, Jinja 2 templates, Cookies, Sessions and other web technologies!

We expect you know the basics of Python, HTML and CSS. But don't worry if you're not an expert on these topics yet.

Enough reading. Time to code

Who this course is for:

  • Beginner Python developers, who already learned Python