Installez Python et Flask (Windows 10)

Site de référence

Installer Python 3.7 https://www.python.org/downloads/release/python-376/

Type d'installation DL (Installateur exécutable Windows x86-64) ci-dessus

Install (réexécutez si PATH n'est pas disponible Modifier → ajouter python aux variables d'environnement et réinstaller

Vérifiez s'il est installé

python -V

Python 3.7.6

Après avoir confirmé l'installation de Python, installez Flask avec la commande suivante

pip install flask

Créez main.py dans le répertoire de travail et écrivez ce qui suit

#coding:utf-8

from flask import Flask, render_template

app = Flask(__name__)

@app.route('/')
def index():
    return "Hallo World!"

if __name__ == '__main__':
    app.debug = True
    app.run()

#Si vous définissez le mode de débogage sur True, les modifications seront immédiatement répercutées.
#Le codage du fichier est UTF-Économisez à 8
#Tapez l'URL ci-dessous dans votre navigateur pour ouvrir la page
# http://127.0.0.1:5000/

Ensuite, exécutez la commande suivante dans votre répertoire de travail

python main.py

L'application fonctionnera, alors allez sur http://127.0.0.1:5000/ pour vérifier

Recommended Posts

Installez Python et Flask (Windows 10)
Installez python sur Windows
Installez Python (pour Windows)
Installez et exécutez Python3.5 + NumPy + SciPy sur Windows 10
Installez OpenCV 4.0 et Python 3.7 sur Windows 10 avec Anaconda
Installez la version ZIP Python et pip sur Windows 10
Comment installer Python [Windows]
Installer watchdog sur Windows + Python 3.3
Windows10: installation de la bibliothèque dlib pour python
Installez Python 3.7 et Django 3.0 (CentOS)
[Python] [Chainer] [Windows] Installer Chainer sous Windows
Installation de Python en 2 lignes @Windows
Installer dlib pour Python (Windows)
Installer python
[Windows] [Python3] Installer python3 et Jupyter Notebook (anciennement ipython notebook) sous Windows
Python 3.6 sous Windows ... et vers Xamarin.
installation de python2.7 dans un environnement Windows 32 bits
Installez xgboost (version python) sur Windows
Installez Python sur Windows + pip + virtualenv
Construisez et installez OpenCV sur Windows
Installez Pytorch sur Blender 2.90 python sous Windows
Lier Modelica et Python sous Windows
Windows10: Installation de la bibliothèque MeCab pour python
Installer l'environnement de développement Python sur Windows 10
Installez easy_install et pip sur Windows
Installer python et Visual Studio Code sur Windows10 (version d'avril 2020)
Python sur Windows
Comment installer et utiliser pandas_datareader [Python]
[Kivy] Comment installer Kivy sur Windows [Python]
Installez wsl2 et master linux sous Windows
environnement windows python
Introduction à Flask (Windows)
POSTER diversement avec Python et recevoir avec Flask
Installation de Python (Windows)
Installation locale de Python
Installez easy_install (Windows)
Installation de l'outil de gestion des packages Python pip (Windows)
Installez NAOqi python
[Débutant] Installation de Python et exécution de programmes (Windows)
Installer le contrôle Python
Installez pyenv et Python 3.6.8 sur Ubuntu 18.04 LTS
CentOS8 --Installer --Python3
Installez Python3, numpy, pandas, matplotlib, etc. sous Windows
(Windows) Causes et solutions de contournement pour UnicodeEncodeError dans Python 3
Remarques sur l'installation de Python3 et l'utilisation de pip sous Windows7
Installation de Python 3 et Flask [Résumé de la construction de l'environnement]
Installez Python 3.5.1 + numpy + scipy + α dans l'environnement Windows
Lancer un serveur Web avec Python et Flask
[Python] Comment installer OpenCV sur Anaconda [Windows]
[Note] Installation de Python 3.6 + α sur Windows et RHEL
Installez MongoDB sur Ubuntu 16.04 et utilisez python
Installer Python et les bibliothèques pour Python sur MacOS Catalina
[python] Compresser et décompresser
Installez pyenv et pyenv-virtualenv
Comment installer Python
Installez Python sur Pidora.
Installez Scrapy sur python3