GitHub - realpython/discover-flask: Full Stack Web Development with Flask
flaskpythonweb-developmenttutorialfull-stack
Abstraction: Video tutorial series for full-stack Python Flask web development
Key points:
- Flask is a Python micro web framework with a small API that is easy to learn but capable of enterprise-level traffic
- Can start with a single-file app and scale gradually to a multi-file, well-structured project
- Repository is a tutorial series (still in progress at time of capture); source code not meant for production use until series completion
- Includes Vagrant integration for CI via PyJenkinsCI compatible with Mac OSX and Ubuntu
- Open source project maintained by Real Python; funded via course purchases and Gratipay
Connections: Flask · Github · Web Development · Python Web Framework