aboutsummaryrefslogtreecommitdiff
path: root/files/fr/glossaire/python/index.html
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 12:36:08 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 12:36:08 +0100
commit39f2114f9797eb51994966c6bb8ff1814c9a4da8 (patch)
tree66dbd9c921f56e440f8816ed29ac23682a1ac4ef /files/fr/glossaire/python/index.html
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-39f2114f9797eb51994966c6bb8ff1814c9a4da8.tar.gz
translated-content-39f2114f9797eb51994966c6bb8ff1814c9a4da8.tar.bz2
translated-content-39f2114f9797eb51994966c6bb8ff1814c9a4da8.zip
unslug fr: move
Diffstat (limited to 'files/fr/glossaire/python/index.html')
-rw-r--r--files/fr/glossaire/python/index.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/files/fr/glossaire/python/index.html b/files/fr/glossaire/python/index.html
deleted file mode 100644
index 9e92541170..0000000000
--- a/files/fr/glossaire/python/index.html
+++ /dev/null
@@ -1,22 +0,0 @@
----
-title: Python
-slug: Glossaire/Python
-tags:
- - Glossaire
- - Langage
- - Programmation
- - Python
-translation_of: Glossary/Python
----
-<p><strong>Python</strong> est un langage de programmation de haut-niveau, pour tous usages. Il possède une approche multi-paradigme et supporte donc des formes de programmation procédurale, orientée objet et fonctionnelle.</p>
-
-<p>Il a été créé par Guido van Rossum entre 1985 et 1990 pour succéder à un autre langage (appelé ABC), et est actuellement utilisé dans de nombreux domaines, comme le développement web, en tant que langage de script pour d'autres applications et pour construire de vraies applications.</p>
-
-<p><span id="result_box" lang="fr"><span>Python est développé sous une licence Open Source approuvée OSI, ce qui le rend librement utilisable et distribuable, même pour un usage commercial.</span> <span>La licence de Python est administrée par la </span></span> <a href="https://www.python.org/psf">Python Software Foundation</a> <span lang="fr"><span>.</span></span></p>
-
-<h2 id="Pour_approfondir">Pour approfondir</h2>
-
-<ul>
- <li>{{interwiki('wikipedia', 'Python (langage)', 'Python')}} sur Wikipédia</li>
- <li><a href="http://www.tutorialspoint.com/python/index.htm">Un tutoriel sur python</a> (en)</li>
-</ul>