Flask Fundamentals
Flask is a lightweight framework that we use in order to create lightweight python web applicatons. This course will teach you how to get up and running with a basic flask app.
Instructor:
Danai Adkisson | Innovation Co-Lab Developer & Instructor
This class will be hosted via Zoom. You will receive an email with the Zoom link a day before the class. Attendance will be taken and the session will be recorded.
About Course
Objectives
- Create a basic flask app
- learn about CRUD
- Interact with a database through flask
- Learn the MVC flow
Tools
You will need to have python installed on your device. We reccomend Miniconda (not the full anacanda) as a good solution.
https://docs.conda.io/en/latest/miniconda.html
Prerequisites
You will need to have some understanding of python in order to take this course.
Enroll
Interested in taking this class? Enroll in one of the sessions below!
Exercises
Suggested Courses

Create a Website: Structure (Intro to HTML)
In this class, you will learn the basics of HTML, the content language of the web. We will explore HTML usage, its syntax and best practices when it comes to HTML file setups. We will also look into key features of HTML such as relationships between elements, the box model and specificities (classes, ids, attributes).
Learn More
Create a Website: Styling (Intro to CSS)
In this class, you will learn the basics of CSS, the styling language of the web. We will explore CSS usage, its syntax and best practices when it comes to CSS file setups. We will also look into key features of CSS such as the cascading model, and the specificity model.
Learn More
Python Basics
Welcome to the How to Program (with Python) class -- this is a class intended for people with little to no programming experience who want to learn introductory programming. Learn about variables, strings and more.
Learn More