The following outline is provided as an overview of and topical guide to Python:

Python is a general-purpose, interpreted, object-oriented, multi-paradigm, and dynamically typed programming language known for its emphasis on code readability

and broad standard library. Python was created by Guido van Rossum and first released in 1991. It emphasizes code readability and developer productivity.

What type of language is Python?

History of Python

  • ABC (programming language) – precursor to Python
  • Python was started by Guido van Rossum in 1989 and first released in 1991.
  • Python 2 — major version released in 2000, officially retired in 2020.
  • Python 3 — released in 2008

General Python concepts

  • Classes
  • Comments and docstrings
  • Context manager
  • Data types
  • Decorators
  • Exceptions
  • Functions
  • Garbage collection
  • Generators
  • Indentation
  • Interpreter
  • Iterators
  • Literals
  • Modules and import statements
  • Objects
  • Operators in Python
  • Package management (pip)
  • Python standard library
  • Variables and strings

Issues and limitations

Python implementations

Python toolchain

TIOBE Index Python ranked first in the TIOBE Index as of September 2025.

Notable projects using Python

Python development communities

Example source code

  • Articles with example Python code

Python publications

Books about Python

Textbooks

Python programmers

Python conferences

  • EuroPython – annual Python conference in Europe
  • PyCon – the largest annual convention for the Python community
  • PyData – conference series focused on data analysis, machine learning, and scientific computing with Python
  • SciPy Conferences – focused on the use of Python in scientific computing and research
  • DjangoCon – a conference dedicated to the Django web framework
  • PyOhio – a free regional Python conference held in Ohio

Python learning resources

  • Codecademy
  • – tutorials, coding examples, and interactive programming for Python concepts and data structures.
  • Kaggle – free Python courses focused on data science and machine learning.
  • – the official Python tutorial from the Python Software Foundation.
  • – articles, tutorials, and courses for Python developers.
  • W3Schools – beginner-friendly .
  • Wikibooks Python Programming – free open-content textbook on Python.

Competitive programming

  • Codeforces – an online platform for programming contests that supports Python submissions
  • Codewars – gamified coding challenges supporting Python
  • HackerRank – competitive programming and interview preparation site with Python challenges
  • Kaggle – while focused on data science competitions, it also includes Python-based problem solving.
  • LeetCode – online judge and problem-solving platform where Python is widely used

See also

Outlines of other programming languages

External links