0% found this document useful (0 votes)
18 views

Python PDF-1

Python

Uploaded by

drgeorgejmists
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views

Python PDF-1

Python

Uploaded by

drgeorgejmists
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Programming in Python

Python is an interpreted, object-oriented, high-level programming


language with dynamic semantics developed by Guido van Rossum.

It was originally released in 1991.

There are no type declarations of variables, parameters, functions, or


methods in source code.

This makes the code short and flexible, and we lose the compile-time
type checking of the source code.

Designed to be easy as well as fun, the name "Python" is a nod to the


British comedy group Monty Python.

It supports multiple programming paradigms beyond object-oriented


programming, such as procedural and functional programming.

It was designed with an emphasis on code readability, and its syntax


allows programmers to express their concepts in fewer lines of code.

Python is a programming language that lets you work quickly and


integrate systems more efficiently.

Features which make Python so popular are as follows:

 It is a general purpose programming language which can be used


for both scientific and non-scientific programming.

 It is a platform independent programming language.

 It is a very simple high level language with vast library of add-on


modules.

You might also like