Python is a excessive-degree, interpreted, interactive and item-oriented scripting language.
Python is designed to be especially readable. It uses English keywords regularly in which as different languages use punctuation, and it has fewer syntactical buildings than different languages.Python is Interpreted ? Python is processed at runtime by the interpreter.
You do no longer need to bring together your application earlier than executing it. this is similar to PERL and Hypertext Preprocessor.Python is Interactive ? you may actually take a seat at a Python spark off and interact with the interpreter without delay to write down your packages.Python is item-orientated ? Python supports object-oriented style or approach of programming that encapsulates code inside gadgets.Python is a beginner’s Language ? Python is a splendid language for the amateur-degree programmers and supports the improvement of a extensive variety of applications from easy textual content processing to WWW browsers to video games.
records of PythonPython became advanced via Guido van Rossum within the overdue Eighties and early Nineties on the national research Institute for mathematics and pc technological know-how inside the Netherlands.Python is derived from many different languages, which include ABC, Modula-three, C, C++, Algol-68, SmallTalk, and Unix shell and other scripting languages.Python is copyrighted. Like Perl, Python source code is now to be had underneath the GNU preferred Public License (GPL).Python is now maintained through a core improvement team on the institute, although Guido van Rossum nonetheless holds a vital role in directing its development.Python functionsPython’s capabilities encompass ?easy-to-learn ? Python has few key phrases, easy shape, and a virtually described syntax. This lets in the scholar to select up the language speedy.
clean-to-examine ? Python code is more absolutely defined and seen to the eyes.smooth-to-keep ? Python’s supply code is reasonably smooth-to-hold.A huge wellknown library ? Python’s bulk of the library could be very portable and cross-platform compatible on UNIX, windows, and Macintosh.Interactive Mode ? Python has aid for an interactive mode which lets in interactive trying out and debugging of snippets of code.portable ? Python can run on a extensive type of hardware structures and has the identical interface on all platforms.
Extendable ? you may add low-degree modules to the Python interpreter. these modules permit programmers to add to or customise their gear to be more efficient.Databases ? Python gives interfaces to all predominant industrial databases.GUI Programming ? Python helps GUI packages that can be created and ported to many device calls, libraries and home windows structures, which include windows MFC, Macintosh, and the X Window device of Unix.Scalable ? Python offers a higher shape and help for massive packages than shell scripting.apart from the above-stated functions, Python has a large list of exact capabilities, few are listed below ?It supports functional and based programming techniques as well as OOP.it can be used as a scripting language or can be compiled to byte-code for constructing massive packages.It gives very excessive-degree dynamic statistics sorts and helps dynamic kind checking.IT helps automated rubbish collection.it is able to be without difficulty included with C, C++, COM, ActiveX, CORBA, and Java.