Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Introduction to Flask
Rating: 4.1 out of 5(301 ratings)
9,449 students

Introduction to Flask

Learn the basics of Flask
Last updated 6/2020
English
English [Auto],

What you'll learn

  • Learn Flask Micro framework in Python
  • Learn how to spin up microservices using Flask

Course content

2 sections14 lectures1h 16m total length
  • Download and Install Python5:48

    Download and install Python on Windows, choosing the correct 64-bit installer, modify the setup to add Python to environment variables, and verify the installation with python --version.

  • Download and Install Visual Studio Code2:30

    Learn how to download and install Visual Studio Code on Windows, set up the Python interpreter, and launch the editor to prepare for writing Python code in the next video.

  • Hello, World!5:26

    Learn how to write and run your first Python program in Visual Studio Code by printing 'Hello, world' and practicing basic print statements and terminal commands.

  • Variables and User Input5:34

    Learn to use variables and the input function in Python to collect a user's name and age, then print a message with the stored values.

  • Conditional Statements8:22
  • Basics of Functions8:13

    Learn the basics of Python functions, including defining, returning, and calling functions for reusable code with add and subtract examples, parameters, and precedence rules.

Requirements

  • Need a computer to follow along

Description

Flask is the most popular micro framework for Python. As of January 2020, Flask has more stars on Github than any other projects. Watch this course to learn how Flask can be used as well as take a look at how to use the basic functionalities of Flask in order to start your very own web server!

Who this course is for:

  • Beginners to coding
  • Beginner to micro frameworks