Top Qs
Timeline
Chat
Perspective
Outline of the Python programming language
Overview of and topical guide to Python From Wikipedia, the free encyclopedia
Remove ads
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 readable syntax and broad standard library. Python was created by Guido van Rossum and first released in 1991. It emphasizes code readability and developer productivity.[1][2][3]
What type of language is Python?
- Programming language — artificial language designed to communicate instructions to a machine.
- Object-oriented programming — built primarily around objects and classes.
- Functional programming — supports functions as first-class objects.
- Scripting language — often used for automation and small programs.
- General-purpose programming language — designed for a wide variety of application domains.
- Dynamically typed — type checking occurs at runtime.
- Interpreted language — code is executed by an interpreter.
- Multi-paradigm — supports procedural, object-oriented, and functional programming.[1]
Remove ads
History of Python
- ABC (programming language) – precourser to Python
- Python started by Guido van Rossum in 1989, first released in 1991.
- Python 2 — major version released in 2000, officially retired in 2020.
- Python 3 — released in 2008[4]
General Python concepts
- Classes
- Comments and docstrings
- Context manager
- Data types
- Decorators
- Exceptions
- Functions
- Garbage collection
- Generators
- Indentation
- Interpreter
- Iterators
- Lambda expressions
- Literals
- Modules and import statements
- Objects
- Operators in Python
- Package management (pip)
- Python standard library
- Variables and Strings[5]
Issues and limitations
- Performance — slower than compiled languages like C or Java, can be mitigated by C extensions or JIT compilers (PyPy).
- Global interpreter lock — limits parallel CPU-bound threads in CPython
- Memory consumption — high memory use compared to some lower-level languages
- Version compatibility — Python 2 vs Python 3 differences caused migration issues
Python implementations
- CPython — reference implementation in C
- IronPython — Python for .NET
- Jython — Python for the JVM
- MicroPython — Python for microcontrollers and embedded systems
- Nuitka — compiler that packages user code with CPython into a static binary
- PyPy — JIT-compiled Python interpreter for speed
- PythonAnywhere — freemium hosted Python installation that runs in the browser
- Stackless Python — Python with lightweight concurrency features[6]
Remove ads
Python toolchain

Notable projects using Python
Python development communities
- ActiveState — commercial Python distributions and support
- Anaconda, Inc. — Python data science ecosystem
- GitHub[7]
- Python Software Foundation
- Python Package Index (PyPI) — third-party software repository for Python[8]
Example source code
Python publications
Books about Python
- Automate the Boring Stuff with Python[9] – Creative Commons Python book
- Alex Martelli — Python in a Nutshell and Python Cookbook
- Mark Pilgrim – Dive into Python
- Naomi Ceder — The Quick Python Book
- Wes McKinney — Python for Data Analysis
- Zed Shaw – Learn Python the Hard Way
Textbooks
Python programmers
Python conferences
- EuroPython[10] – annual Python conference in Europe
- PyCon – the largest annual convention for the Python community
- PyData[11] – 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[12] – a free regional Python conference held in Ohio[13]
Python learning resources
- Codecademy – interactive Python programming lessons
- GeeksforGeeks – tutorials, coding examples, and interactive programming for Python concepts and data structures.
- Kaggle – free Python courses focused on data science and machine learning.
- Python.org Tutorial – the official Python tutorial from the Python Software Foundation.[14]
- Real Python – articles, tutorials, and courses for Python developers.
- W3Schools – beginner-friendly Python tutorials.
- 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
External links
References
Wikiwand - on
Seamless Wikipedia browsing. On steroids.
Remove ads