Python

имя существительное 1) [зоология] питон 2) [мифология] Пифон, Питон (чудовищный змей у древних греков) 3) [литературно-книжное] прорицатель, предсказатель Синоним(ы): prophet, soothsayer

Большой англо-русский словарь

Python

язык [программирования] Python интерпретируемый полноценный объектно-ориентированный скриптовый ЯВУ, часто применяемый в качестве языка сценариев при написании Интернет-приложений для системного администрирования, доставки веб-контента и т. п. Поддерживается на многих платформах. Создан в конце 1980-х годов голландским программистом Гвидо Ван Россумом Смотри также: CGI, OOP, Perl, scripting language, Tcl

Англо-русский словарь компьютерных терминов

Python

noun Etymology: Latin, monstrous serpent killed by Apollo, from Greek Pythōn, from Pythō Delphi any of various large constricting snakes (as a boa); especially any of the large oviparous snakes (subfamily Pythoninae of the family Boidae) of Africa, Asia, Australia, and adjacent islands that include some of the largest existing snakes

Merriam-Webster's Collegiate Dictionary

Python

1. A simple, high-level interpreted language invented by Guido van Rossum in 1991. Python combines ideas from ABC, C, Modula-3 and Icon. It bridges the gap between C and shell programming, making it suitable for rapid prototyping or as an extension language for C applications. It is object-oriented and supports packages, modules, classes, user-defined exceptions, a good C interface, dynamic loading of C modules and has no arbitrary restrictions. Python is available for many platforms, including Unix, Windows, DOS, OS/2, Macintosh and Amoeba. See https://www.python.org/. 2. A compiler for CMU Common LISP. Python is more sophisticated than other Common Lisp compilers. It produces better code and is easier to use. The programming environment based on the Hemlock editor is better integrated than GNU Emacs based environments.

Free Online Dictionary of Computing