Ticker

6/recent/ticker-posts

what is Python language? Easy understand for Students.

WHAT IS PYTHON? BASIC OF PYTHON LANGUAGE.




 The python programming language is an object-oriented language,which means that it can model real-world entitles.It is also dynamically-typed because it carries out type-checking at runtime.The distinctive feature of Python  is that it is an interpreted language. The python IDLE (integrated Development Environment) executes instructions one line at a time.



Python is a general purpose ,high level,object-oriented ,interpreted and interactive programming language. It was created by Guido van Possum during 1985-1990.


Python allows programmers to use different programming styles to create simple or complex programs,get quicker results and write and write codes almost as if speaking in a human language. Because Python is a multi paradigm language,Python Programmers can accomplish their tasks using different styles of programming: object oriented ,imperative functional or reflective. Python can be used in Web development ,numeric programming ,game development,serial port access and more.



There are two interpreted language, which precludes the need to compile code before executing a program because Python does the compilation in the background.Because Python is a high-level programming language,it abstracts many sophisticated details from the programming code. Python focuses so much on this abstraction that its code can be understood by most novice programmers.

2. Python code tends to be the shorter than comparable codes. Although Python offers fast development times,it lags slightly in terms of execution time. Compared to fully comping languages like C and C++, Python programs execute slower.In general,with the processing speeds of computers these days, the speed difference are usually only observed in bench marketing tests, not in real-woes operations.In most cases,Python is already included in Linux distributions and Mac OS X machines.

Also checkout these post :-


Post a Comment

0 Comments