Close

2021-02-01

Python Website Full Tutorial – Flask, Authentication, Databases & More

Python Website Full Tutorial - Flask, Authentication, Databases & More

Flask is a lightweight Python web framework that provides valuable tools and features for building web applications. It is designed to be simple and easy to use and has a small, easy-to-learn codebase. Flask is often used as a starting point for building web applications because it is lightweight and flexible, allowing developers to get started quickly.

This video shows you how to make a website with Python, covering Flask, authentication, databases, and more. The goal of this video is to give you what you need to make a finished product that you can tweak and turn into anything you like. We will also review how you create a new user’s account, store those in a database, log into those user accounts, log out of them, and associate that information with a specific user.

Python Website Full Tutorial – Flask, Authentication, Databases & More

📝 Code for this tutorial: https://github.com/techwithtim/Flask-Web-App-Tutorial