diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/glossary/python/index.html | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/ja/glossary/python/index.html')
-rw-r--r-- | files/ja/glossary/python/index.html | 40 |
1 files changed, 40 insertions, 0 deletions
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 +--- +<p><strong>Python</strong>は、一般目的の高水準プログラミング言語です。複数のパラダイムを採用しており、手続型、オブジェクト指向、いくらか関数型プログラミングの構造に対応しています。</p> + +<p>Python は、 ABC と呼ばれている別な言語の後継として、 Guido van Rossum によって1985年から1990年の間に開発され、現在ではウェブ開発、他のアプリケーションのスクリプト言語、実際のアプリケーション構築など、広い分野で使用されています。</p> + +<p>Python は OSI に承認されたオープンソースライセンスのもとで開発され、商用を含めて無料で利用や配布をすることができます。 Phython のライセンスは <a href="https://www.python.org/psf">Python Software Foundation</a> が管理しています。</p> + +<section class="Quick_links" id="Quick_Links"> +<ol> + <li>Learn more + <ol> + <li>Wikipedia の {{interwiki('wikipedia','ja:Python','Python')}}</li> + <li><a href="https://docs.python.org/3/tutorial/index.html">Official Python docs tutorials</a></li> + <li><a href="http://www.tutorialspoint.com/python/index.htm">Tutorialspoint Python tutorial</a></li> + <li><a href="https://www.alphacodingskills.com/python/python-tutorial.php">AlphaCodingSkills Python Tutorial</a></li> + <li>MDN の <a href="/ja/docs/Learn/Server-side/Django">Django Web Framework (Python)</a></li> + </ol> + </li> + <li><a href="/ja/docs/Glossary">MDN Web Docs 用語集</a> + <ol> + <li>{{Glossary("Java")}}</li> + <li>{{Glossary("JavaScript")}}</li> + <li>{{Glossary("PHP")}}</li> + <li>{{Glossary("Python")}}</li> + <li>{{Glossary("Ruby")}}</li> + </ol> + </li> +</ol> +</section> |