discover-flask
Web framework tutorial
A tutorial series on building full-stack web applications with Flask using Python.
Full Stack Web Development with Flask.
5k stars
238 watching
799 forks
Language: Python
last commit: about 4 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
pallets/flask | A lightweight Python framework for building web applications with flexible dependencies and extensible functionality. | 68,167 |
mjhea0/flaskr-tdd | A blogging app built with Flask and JavaScript, emphasizing Test-Driven Development | 2,320 |
flask-restful/flask-restful | A lightweight Python framework for building REST APIs with a simple and intuitive API design | 6,855 |
flaskbb/flaskbb | A Python-based forum software framework with modular features and extensibility | 2,611 |
miguelgrinberg/flask-socketio | Provides a way to establish real-time communication between a Flask application and its clients using WebSockets. | 5,381 |
flasgger/flasgger | Tool to generate and validate API documentation and schema validation for Flask applications | 3,632 |
cookiecutter-flask/cookiecutter-flask | A Flask web application template with standard features and best practices. | 4,606 |
rpicard/explore-flask | A documentation repository for an introductory book on building web applications with Flask and Python | 1,693 |
pallets-eco/flask-admin | A simple and extensible administrative interface framework for Flask web applications | 5,802 |
flask-api/flask-api | Provides an implementation of browsable APIs for Flask web applications. | 1,437 |
python-babel/flask-babel | Provides i18n and l10n support for Flask web applications using the Babel and pytz libraries. | 444 |
biosustain/potion | A powerful Flask extension for building RESTful JSON APIs with built-in features such as validation, filtering, and automatic API schema generation. | 488 |
pylons/pyramid | A Python web framework designed to simplify and streamline the development of real-world web applications. | 3,974 |
pyscript/pyscript | Enables execution of Python code in web browsers using WASM and modern web technologies | 18,019 |
reflex-dev/reflex | A Python library for building full-stack web applications with pure Python codebase | 20,435 |