Python (programming language) - Wikipedia

Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. [33] Python is dynamically type-checked and garbage-collected.

Visitar visit
copy Copiado
copy copy

Ver versão em cache

Sua pesquisa e este resultado

  • O termo de pesquisa aparece no resultado: what is python built on
  • O site corresponde a um ou mais dos seus termos de pesquisa
  • Outros sites que incluem seus termos de pesquisa apontam para este resultado
  • O resultado está em português (Brazil)
Base language of Python - Stack Overflow

Python is written in C (actually the default implementation is called CPython). I came here wondering which C it's written in (C99 or something else). The default implementation is called CPython, but only since some time (IIRC) after another implementation came into existence (Jython). Python is written in English.

Visitar visit
copy Copiado
copy copy

Ver versão em cache

Sua pesquisa e este resultado

  • O termo de pesquisa aparece no resultado: what is python built on
  • O site corresponde a um ou mais dos seus termos de pesquisa
  • Outros sites que incluem seus termos de pesquisa apontam para este resultado
  • O resultado está em português (Brazil)
What is Python? Executive Summary | Python.org

Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. It supports modules and packages, and has a fast edit-test-debug cycle and a simple, easy to learn syntax.

Visitar visit
copy Copiado
copy copy

Ver versão em cache

Sua pesquisa e este resultado

  • O termo de pesquisa aparece no resultado: what is python built on
  • O site corresponde a um ou mais dos seus termos de pesquisa
  • Outros sites que incluem seus termos de pesquisa apontam para este resultado
  • O resultado está em português (Brazil)
Why is Python written in C and not in C++?

From everything I've seen, it's a combination of practical and historical reasons. The (mostly) historical reason is that CPython 1.0 was released in 1989. At that time, C was just recently standardized. C++ was almost unknown and decidedly non-portable, because almost nobody had a C++ compiler.

Visitar visit
copy Copiado
copy copy

Ver versão em cache

Sua pesquisa e este resultado

  • O termo de pesquisa aparece no resultado: what is python built on
  • O site corresponde a um ou mais dos seus termos de pesquisa
  • Outros sites que incluem seus termos de pesquisa apontam para este resultado
  • O resultado está em português (Brazil)
What is Python? How the Interpreter Works and How to Write "Hello World ...

Python is a versatile programming language that can be used for various tasks such as machine learning, web development, and data analysis. It is based on the CPython interpreter, which translates the Python code into machine language and executes it with the Python virtual machine.

Visitar visit
copy Copiado
copy copy

Ver versão em cache

Sua pesquisa e este resultado

  • O termo de pesquisa aparece no resultado: what is python built on
  • O site corresponde a um ou mais dos seus termos de pesquisa
  • Outros sites que incluem seus termos de pesquisa apontam para este resultado
  • O resultado está em português (Brazil)
What was the reason for building Python on top of C? : r/Python - Reddit

GCC was first released in 1987 but a stable C++ compiler took until 1988. At the point that Python development started C++ had only even been called "C++" for ~5 years. The tools most in use at the time were C, Fortran, and Pascal. And of those Fortran was really only optimized for number crunching and Pascal was relatively slow. So ... C it is.

Visitar visit
copy Copiado
copy copy

Ver versão em cache

Sua pesquisa e este resultado

  • O termo de pesquisa aparece no resultado: what is python built on
  • O site corresponde a um ou mais dos seus termos de pesquisa
  • Outros sites que incluem seus termos de pesquisa apontam para este resultado
  • O resultado está em português (Brazil)
Setup and building - Python Developer's Guide

These instructions cover how to get a working copy of the source code and a compiled version of the CPython interpreter (CPython is the version of Python available from https://www.python.org/). It also gives an overview of the directory structure of the CPython source code.

Visitar visit
copy Copiado
copy copy

Ver versão em cache

Sua pesquisa e este resultado

  • O termo de pesquisa aparece no resultado: what is python built on
  • O site corresponde a um ou mais dos seus termos de pesquisa
  • Outros sites que incluem seus termos de pesquisa apontam para este resultado
  • O resultado está em português (Brazil)
Built-in Functions — Python 3.13.3 documentation

Return the absolute value of a number. The argument may be an integer, a floating-point number, or an object implementing __abs__(). If the argument is a complex number, its magnitude is returned. Return an asynchronous iterator for an asynchronous iterable. Equivalent to calling x.__aiter__().

Visitar visit
copy Copiado
copy copy

Ver versão em cache

Sua pesquisa e este resultado

  • O termo de pesquisa aparece no resultado: what is python built on
  • O site corresponde a um ou mais dos seus termos de pesquisa
  • Outros sites que incluem seus termos de pesquisa apontam para este resultado
  • O resultado está em português (Brazil)
Is Python built on C or C++? - Datatas

Python is primarily built on C, with the CPython interpreter forming the foundation of the language. C provides Python with efficient memory management, object creation, and other low-level operations.

Visitar visit
copy Copiado
copy copy

Ver versão em cache

Sua pesquisa e este resultado

  • O termo de pesquisa aparece no resultado: what is python built on
  • O site corresponde a um ou mais dos seus termos de pesquisa
  • Outros sites que incluem seus termos de pesquisa apontam para este resultado
  • O resultado está em português (Brazil)
What Is Python? (Definition, Uses, Difficulty) - Built In

Python is a general-purpose, object-oriented programming language that has several implications across the software, web development, data science and automation environments.

Visitar visit
copy Copiado
copy copy

Ver versão em cache

Sua pesquisa e este resultado

  • O termo de pesquisa aparece no resultado: what is python built on
  • O site corresponde a um ou mais dos seus termos de pesquisa
  • Outros sites que incluem seus termos de pesquisa apontam para este resultado
  • O resultado está em português (Brazil)
Python (programming language)

Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Python is dynamically type-checked and garbage-collected.

Wikipédia
image

Folha de dados

Beta
Python

First appeared

20 February 1991

Stable release

3.12.6 / 7 September 2024

Typing discipline

duck, dynamic, strong; optional type annotations (since 3.5, but those hints are ignored, except with unofficial tools)

Filename extensions

.py, .pyw, .pyz, .pyi, .pyc, .pyd


Perfis