0
3

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 5 years have passed since last update.

Django pythonのwebフレームワーク

0
Posted at

今回はpythonのwebフレームワークについて説明します。

Django

Pythonで実装されたWebアプリケーションフレームワーク
複雑なデータベース主体のWebサイトの構築を簡単にするのを第一の目的としています。

採用例

かなりの大御所のサイトで使用されています。

  • Youtube
  • DropBox
  • Google
  • Instagram

などwebサービスの中でも上位のものが使われています。

3大フレームワーク

フレームワークの中でも3大の一つとして数えられ
昨今注目を浴びているPythonを使用していることから
学ぶのをおすすめします。

WEBフレームワーク 使用言語
Django Python
Rails Ruby
Laravel PHP
0
3
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
0
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?