Презентация Python programming language онлайн

На нашем сайте вы можете скачать и просмотреть онлайн доклад-презентацию на тему Python programming language абсолютно бесплатно. Урок-презентация на эту тему содержит всего 9 слайдов. Все материалы созданы в программе PowerPoint и имеют формат ppt или же pptx. Материалы и темы для презентаций взяты из открытых источников и загружены их авторами, за качество и достоверность информации в них администрация сайта не отвечает, все права принадлежат их создателям. Если вы нашли то, что искали, отблагодарите авторов - поделитесь ссылкой в социальных сетях, а наш сайт добавьте в закладки.



Оцените!
Оцените презентацию от 1 до 5 баллов!
  • Тип файла:
    ppt / pptx (powerpoint)
  • Всего слайдов:
    9 слайдов
  • Для класса:
    1,2,3,4,5,6,7,8,9,10,11
  • Размер файла:
    468.75 kB
  • Просмотров:
    76
  • Скачиваний:
    1
  • Автор:
    неизвестен



Слайды и текст к этой презентации:

№1 слайд
Python programming language
Содержание слайда: Python programming language

№2 слайд
Python is a widely used
Содержание слайда: Python is a widely used high-level, general-purpose, interpreted, dynamic programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale.

№3 слайд
Python supports multiple
Содержание слайда: Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive standard library.

№4 слайд
Python was conceived in the
Содержание слайда: Python was conceived in the late 1980s, and its implementation was started in December 1989  by Guido van Rossum at CWI in the Netherlands as a successor to the ABC language (itself inspired by SETL)capable of exception handling and interfacing with the Amoeba operating system. Van Rossum is Python's principal author.

№5 слайд
The core philosophy of the
Содержание слайда: The core philosophy of the language is summarized by the document "PEP 20 (The Zen of Python)", which includes aphorisms such as: Beautiful is better than ugly Explicit is better than implicit Simple is better than complex Complex is better than complicated Readability counts

№6 слайд
The if statement, which
Содержание слайда: The if statement, which conditionally executes a block of code, along with else and elif (a contraction of else-if). The for statement, which iterates over an iterable object, capturing each element to a local variable for use by the attached block. The while statement, which executes a block of code as long as its condition is true.

№7 слайд
Methods Methods on objects
Содержание слайда: Methods Methods on objects are functions attached to the object's class; the syntax instance.method(argument) is, for normal methods and functions, syntactic sugar for Class.method(instance, argument). Python methods have an explicit self parameter to access instance data, in contrast to the implicit self (or this) in some other object-oriented programming languages (e.g. C++, Java, Objective-C, or Ruby).

№8 слайд
Содержание слайда:

№9 слайд
Since , Python has
Содержание слайда: Since 2003, Python has consistently ranked in the top ten most popular programming languages as measured by the TIOBE Programming Community Index.

Скачать все slide презентации Python programming language одним архивом: