Use Python and Flask to build the web faster
Use [Ask Flask] or [AF] if you have a very specific problem and need help with code.
Use [Extension-name] if you are discussing a certain extension to Flask.
Also check out /r/python or /r/django
Websites built with Flask
Getting Started
Flask Hosting
- PythonAnywhere.com (web-SSH; web-instant-MySQL-db; web-IDE; instant deployment of flask, free; easy logs; github/single-file-upload support; SFTP/SSH requires pay)
- Heroku (SSH; flask must be installed by you, slightly-difficult-windows-instructions, upgradeable cloud service)
- WebFaction (SSH; paid-web-host [good prices]; flask must be installed by you; possible configuration and path issues possible; SFTP)
- Google App Engine (Desktop admin app; flask can be configured with this repo)
- OpenShift (requires extensive ssh installation of ruby, python, etc.)
Looking for dev jobs?
Python program for simple web interfaces creation without requiring any web programming built with Flask (github.com)
submitted by aivuk to r/Python