Python

python-logo-master-v3-TMPython is a high-level, interpreted, interactive and object-oriented scripting 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.

Python was developed by Guido van Rossum in the late eighties and early nineties at the National Research Institute for Mathematics and Computer Science in the Netherlands. Python is derived from many other languages, including ABC, Modula-3, C, C++, Algol-68, SmallTalk and Unix shell and other scripting languages.

Before start writing  Python programs,first install python software:-
The most up-to-date and current source code, binaries, documentation, news, etc. is available at the official website of Python: https://www.python.org/downloads/

Advantages of python programming language:-
1.
Python has relatively few keywords, simple structure, and a clearly defined syntax. This allows the student to pick up the language in a relatively short period of time.
2.Python code is much more clearly defined and visible to the eyes.
3.Python provides interfaces to all major commercial databases.
4.Support for functional and structured programming methods as well as OOP.
5.python is 5-10 times shorter than that in C++.

Leave a comment