Jump to content

Flask: Difference between revisions

247 bytes added ,  6 years ago
Created page with "Installation: pip3 install flask Hello World: <syntaxhighlight lang="python"> from flask import Flask app = Flask(__name__) @app.route('/') def hello_world(): return 'He..."
(Created page with "Installation: pip3 install flask Hello World: <syntaxhighlight lang="python"> from flask import Flask app = Flask(__name__) @app.route('/') def hello_world(): return 'He...")
(No difference)
Cookies help us deliver our services. By using our services, you agree to our use of cookies.