🧪
FlaskPythonREST API
Flask
Flask is a minimal Python framework that gives you full control. Learn to build REST APIs, web apps, and microservices with one of Python's most popular frameworks.
10 chapters·Beginner–Intermediate·Python·Free forever
N
Course by Nelson NjihiaWhat you'll learn
✓What Flask is and how it differs from Django
✓Routing and URL parameters in Flask
✓Jinja2 templating and template inheritance
✓Handling forms and request data
✓Connecting a SQLite database with SQLAlchemy
✓Organising a Flask app with Blueprints
Requirements
- —Python fundamentals (the Python Basics course)
- —Python 3 and pip installed