それでは、pipコマンドを利用してFlaskをインストールしよう。Flaskをインストールするには、コマンドラインから以下のコマンドを実行する。なお、今回は、原稿執筆時点で最新版だった1.1.2を利用する。 $ pip install -U flask===1.1.2 Flaskの基本を確認しよう Flaskは ...
Dive head-first into one of the most popular and versatile web frameworks for Python with this quick-start tutorial. One reason Python is a prime choice for web development is the breadth of web ...