Flask
pip install -U Flask
Flask
pip install -U Flask
flask vs django
Django is a full-stack web framework,
whereas Flask is a micro and lightweight web framework.
The features provided by Django help developers to build large
and complex web applications. On the other hand, Flask accelerates development
of simple web applications by providing the required functionality
flask or django
Flask is a lightweight framework, while Django is a huge framework,
with extra functionality. Django is better for large projects,
while Flask is better for smaller and simpler projects.
flask
from flask import Flask
app = Flask('app')
@app.route('/')
def hello_world():
return 'Hello, World!'
app.run(host='0.0.0.0', port=8080)
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us