1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【python】フレームワーク

Posted at

フレームワークの種類

フルスタックフレームワーク

アプリケーションの開発に必要な機能が全て揃った、大規模開発向けの多機能フレームワーク。

マイクロフレームワーク

必要最低銀の機能のみを備えた軽量で、小規模開発向けのフレームワーク。

pythonの代表的なフレームワーク

django

・大規模開発向けのフルスタックフレームワーク。
・本格的なアプリケーション開発ができる。
・様々な機能を実装しやすい。

Flask

・小中規模開発向け、マイクロフレームワーク。
・簡単で手軽なアプリケーションやAPI開発に使用する。

FastAPI

・Flaskに似ているマイクロフレームワーク。
・モダンで高速にAPIを構築する。
・ドキュメントが充実。
・直感的い記述できる。
・デバックも簡単。

Dash

・Flash、React、Plotlyを使って作られたマイクロフレームワーク。
・可視化に特化。
・データを可視化したダッシュボード作成などに向いている。

↓良い記事がありました。

Streamlit

・フロントエンドを簡単に構築できるフレームワーク。
・機械学習、データサイエンスに向いている。
・見た目もPythonで記述。

公式

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?