- Course
- Core Tech
Flask: Getting Started
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.
What you'll learn
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.
Table of contents
- Introducing Flask | 4m 50s
- Demo: Installing Flask and Starting a Project | 3m
- Demo: Creating Your First Web Page with Flask | 1m 50s
- Demo: Running the Flask Development Server | 2m 14s
- Demo: If the Server Doesn't Run | 1m 27s
- Demo: Flask and the Flow of Control | 3m 52s
- Demo: The Flask Debug View | 3m 27s
- Demo: How Flask Maps URLs to View Functions | 2m 45s
- Review | 4m 25s
About the author
After years of working in software development, Reindert-Jan Ekker switched to teaching programmers in 2010 and never looked back. He authors Pluralsight courses and teaches classes about Python, data science, devops (among others). Even though he squeezes some development jobs in here and there, teaching is his real passion and he is looking forward to share this passion with you.
More Courses by Reindert-Jan