From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/glossary/python/index.html | 40 +++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 files/ja/glossary/python/index.html (limited to 'files/ja/glossary/python/index.html') diff --git a/files/ja/glossary/python/index.html b/files/ja/glossary/python/index.html new file mode 100644 index 0000000000..463f70a1e0 --- /dev/null +++ b/files/ja/glossary/python/index.html @@ -0,0 +1,40 @@ +--- +title: Python +slug: Glossary/Python +tags: + - CodingScripting + - Glossary + - Python + - プログラミング + - 用語集 + - 言語 +translation_of: Glossary/Python +--- +

Pythonは、一般目的の高水準プログラミング言語です。複数のパラダイムを採用しており、手続型、オブジェクト指向、いくらか関数型プログラミングの構造に対応しています。

+ +

Python は、 ABC と呼ばれている別な言語の後継として、 Guido van Rossum によって1985年から1990年の間に開発され、現在ではウェブ開発、他のアプリケーションのスクリプト言語、実際のアプリケーション構築など、広い分野で使用されています。

+ +

Python は OSI に承認されたオープンソースライセンスのもとで開発され、商用を含めて無料で利用や配布をすることができます。 Phython のライセンスは Python Software Foundation が管理しています。

+ + -- cgit v1.2.3-54-g00ecf