Lecture : Programming Language (Autosaved) (1) (1)

7 views4 pages

Document Summary

Python is a high-level, interpreted programming language that is object-oriented and has dynamic semantics. It is very appealing for rapid application development because of its high-level built-in data structures, dynamic typing, and dynamic binding. It can also be used as a scripting or glue language to connect components that already exist. Python"s basic, simple to learn grammar stresses clarity and accordingly decreases the expense of program upkeep. Python"s support for modules and packages encourages code reuse and program modularity. For all of the major platforms, the python interpreter and the extensive standard library are free to distribute in binary or source form. Programmers frequently fall in love with python due to its increased productivity. The edit, test, and debug cycle is extremely quick because there is no compilation step. Programming in python is simple: a segmentation fault will never be caused by a bug or bad input. Instead, an exception is raised when the interpreter finds an error.

Get access

Grade+20% off
$8 USD/m$10 USD/m
Billed $96 USD annually
Grade+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
40 Verified Answers
Class+
$8 USD/m
Billed $96 USD annually
Class+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
30 Verified Answers

Related Documents