Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 1107699 of Python

  • Revision slug: Glossary/Python
  • Revision title: Python
  • Revision id: 1107699
  • Created:
  • Creator: klez
  • Is current revision? Yes
  • Comment corrected capitalization for Wikipedia

Revision Content

Python is a high level general-purpose programming language. It uses a multi-paradigm approach, meaning it supports procedural, object-oriented and some functional programming constructs.

It was created by Guido van Rossum as a successor to another language (called ABC) between 1985 and 1990, and is currently used on a large array of domains, like web development, as a scripting language for other applications and to build actual applications.

Learn More

  • {{interwiki('wikipedia','Python (programming language)','Python')}} on Wikipedia
  • A python tutorial

Revision Source

<p><strong>Python</strong> is a high level general-purpose programming language. It uses a multi-paradigm approach, meaning it supports procedural, object-oriented and some functional programming constructs.</p>

<p>It was created by Guido van Rossum as a successor to another language (called ABC) between 1985 and 1990, and is currently used on a large array of domains, like web development, as a scripting language for other applications and to build actual applications.</p>

<h2 id="Learn_More">Learn More</h2>

<ul>
 <li>{{interwiki('wikipedia','Python (programming language)','Python')}} on Wikipedia</li>
 <li><a href="https://www.tutorialspoint.com/python/index.htm">A python tutorial</a></li>
</ul>
Revert to this revision