Flask: Getting Started

Go to class
Write Review

Free Online Course: Flask: Getting Started provided by Pluralsight is a comprehensive online course, which lasts for 2-3 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Pluralsight. Flask: Getting Started is taught by Reindert-Jan Ekker.

Overview
  • If you want to get a running start developing a web application, Flask is the framework for you. It allows you to create an application with a tiny amount of code. In this course I will show you the basics of web development with Flask.

    Flask is very popular in the Python world because of its friendly and minimalistic approach. It allows you to create an application with a tiny amount of code (and work). In this course, Flask: Getting Started, I will show you the basics of Flask to get you started with Python web development. First, you will learn how to create a Flask view function. Next, you will discover how to create html pages. Finally, you will explore web forms and handling user input. By the end of this course, you'll be able to write code for a Flask web application.