Python & Flask Master Course: Pricing and Learning Objectives
Learning Objective: Build full-featured, database-driven mobile and web applications using Python and Flask! Learn to quickly prototype and deploy Python utility scripts. Learn Python programming best practices.
Test Drive Bundle = Socializing + Class 1 + App Demos + Brunch/Lunch + Code Samples
Test Drive Bundle (online sign-up)
Per Class (in-class sign-up)
Course Bundle (in-class sign-up)
188.12
158.79 per class
2 Payments of 503.62
Test Drive Bundle | Per Class | Course Bundle |
---|---|---|
188.12 | 158.79 per class | 2 Payments of 503.62 |
Course Project – What You Will Build: A Python Driven Web App & Site (CRUD)

We will build a database-driven website using Python & Flask
Levels: Total Beginner to Intermediate
Maximum Class Size: 5 students to every 1 teacher
Python & Flask Master Course Outline
Class 1A. Object Oriented Programming & Review of Python Syntax + Best Practices
- Code Review and The beauty of Python: structured, fun, libraries, easier than PHP… but!
def function_name (parameter_1, parameter_2 = 4): variable_1 = 5 result = (parameter_1 + parameter_2) * variable_1 return result argument_1 = 2 argument_2 = 3 print ( function_name(argument_1, argument_2) )
Class 1B/2A. Getting Started: Tool Installation & Resources
- Resources and References
- Creating a Local Development Environment
- Python Install
- Build a Web Application With Flask
- Homework Assignments:
- Reading 1
- Reading 2
Class 2B. The Honeymoon is Over Part I: Advanced Data Structures
- Homework Review
- Data Types
- Control Structures
- Homework Assignments:
- Reading 1 + Coding Exercises
- Reading 2 + Coding Exercises
Class 3. The Honeymoon is Over Part II: More Advanced Data Structures
- Homework Review
- Data Types
- Control Structures
- Homework Assignments:
- Reading 1 + Coding Exercises
- Reading 2 + Coding Exercises
Class 4. Let’s Code I: Object Oriented Programming
- Homework Review
- Homework Assignments:
- Reading 1 + Coding Exercises
- Reading 2 + Coding Exercises
Class 5. Let’s Code II: Model View Controller (MVC) Frameworks
- Homework Assignments:
- Reading 1 + Coding Exercises
- Reading 2 + Coding Exercises
Class 6. The Midpoint: Let’s Review What We Learned So Far!
- Homework Assignments:
- Reading 1 + Coding Exercises
- Reading 2 + Coding Exercises
Class 7. HTML5 and CSS3 Bootcamp
- Homework Assignments:
- Reading 1 + Coding Exercises
- Reading 2 + Coding Exercises
Classes 8, 9, 10. Let’s Build Something: Using Flask with Python to Build Real Applications
- Homework Assignments:
- Reading 1 + Coding Exercises
- Reading 2 + Coding Exercises