8" :class="scrolled && 'is-scrolled'">
NOA
Labs
Tutorials
Courses
Skill Forge
Explore
Labs
Hands-on live sessions
Mentors
Meet the senior engineers
Projects
Real portfolio-ready builds
Talent Directory
Public student profiles
Mock Interview
Practice with real feedback
ATS Resume Checker
Free instant resume scoring
Search docs
Ctrl K
Login
Join Free
Artificial Intelligence
LangChain
LLMs
Machine Learning
Prompt Engineering
RAG (Retrieval-Augmented Generation)
AJAX
GraphQL
Apache Kafka
Microservices
Node.js
RabbitMQ
REST API
WebSockets
Algorithms
Data Structures
Angular
Bootstrap
CSS
HTML
jQuery
Next.js
Nuxt.js
React
Svelte
Tailwind CSS
Vue.js
ASP.NET Core
Django
.NET
Entity Framework Core
FastAPI
Flask
Gin
gRPC
Hibernate
Laravel
NestJS
Spring
Spring Boot
Spring Cloud
Spring Data JPA
Spring MVC
Spring Security
AWS
Azure
CI/CD
Docker
Git
Kubernetes
Linux
Nginx
Terraform
C
C++
C#
Dart
Go
Java
JavaScript
Kotlin
PHP
Python
Ruby
Rust
Swift
TypeScript
Database Design
MongoDB
MySQL
Oracle Database
PostgreSQL
Redis
SQL
System Design
↑↓ navigate
↵ open
esc close
Tutorials
/
Flask
Flask menu
Flask Tutorial
A lightweight Python web framework — routing, templates and a simple path to a real API.
Start the Flask tutorial →
What you'll learn
1. Flask Introduction
What Flask is, how it compares to Django, and how to install it and run your first app.
2. Flask Routing and Views
Route decorators, path converters, HTTP methods, the request object, and returning JSON.
3. Flask Templates and Forms
Jinja2 templates, template inheritance, handling form submissions, and basic input validation.
4. Flask Database with SQLAlchemy
Setting up Flask-SQLAlchemy, defining a model, and a full create/read/update/delete example.
5. Flask Authentication and Sessions
Flask sessions, Flask-Login basics, and a complete login-protected route example.
6. Testing Flask Apps
Flask's test_client(), and a complete test for a route backed by a database.
7. Flask Production Deployment
Why not to use the dev server in production, running Gunicorn, and a Dockerfile example.
8. Flask Interview Questions
Real Flask interview questions covering philosophy, app factories, blueprints, auth, testing, and WSGI.