Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Intro To Flask Web Development
Rating: 4.6 out of 5(35 ratings)
1,170 students

Intro To Flask Web Development

Build A Resume Website With Flask And Python
Created byJohn Elder
Last updated 11/2023
English

What you'll learn

  • Introductory Flask
  • How to Build Basic Websites With Flask
  • Download and Install Python And Flask
  • Build A Resume Website With Flask

Course content

4 sections27 lectures2h 11m total length
  • Introduction3:19

    Explore Flask, a lightweight Python web framework, and learn to build a basic resume site with an HTML template using free tools, with no database taught.

  • Install Python2:09

    Install python on windows by downloading the latest version from python.org and adding python to path during installation to avoid path issues.

  • Install Sublime Text Editor And Git Bash Terminal3:27

    Install Sublime Text editor and the Git Bash terminal to set up your development environment for this Flask web development course; follow simple, default install steps for Windows and Mac.

  • Set Up A Virtual Environment4:39

    Learn how to set up a virtual environment to isolate a flask project, install flask inside it, and activate or deactivate the environment using terminal commands.

  • Install Flask2:19

    Install flask in your preconfigured virtual environment using pip install flask and verify the setup with pip freeze. The output shows flask 2.0.1 along with dependencies like click and jinja2.

Requirements

  • No programming skills or special tools are necessary to take this course
  • You just need a computer with Internet access and a Web Browser

Description

In this course we'll build a cool resume website with Flask and Python that will be live and online for everyone to see!

It may seem like a simple website, but we'll be using an HTML template to build it very quickly. Once you understand how to use HTML templates with Flask, you can literally build any type of website you want, quickly and easily!

You don't need to know Python, Flask, or HTML to take this course, but if you already know any of those things, it'll be easier for you to follow along.

After we build the website, I'll show you how to set up Version control with Git, then we'll push our code to Github for safe keeping before pushing it to Heroku for Free Web hosting.

Python is easily the most popular programming language out there, and Flask is one of the most popular Web Development Frameworks for Python. Learning it has never been easier!

There are several web frameworks for Python out there, but Flask is a lightweight and simple framework that's surprisingly easy to use. Learning it is a snap with this course! Once you learn to build basic websites with Flask and Python, the sky's the limit!


Who this course is for:

  • This course is aimed towards absolute beginners who want to learn the to build Websites with Flask and Python
  • Anyone wanting to learn to build web apps