Python is a dynamic object-oriented programming language that can be used for many kinds of software development. It offers strong support for integration with other languages and tools, comes with extensive standard libraries, and can be learned in a few days. Many Python programmers report substantial productivity gains and feel that the language encourages the development of higher quality, more maintainable code. Python was intended to be a highly readable language.
It aims for an uncluttered visual layout, frequently using English keywords, where other languages use punctuation. Python requires less boilerplate than traditional statically-typed structured languages such as C or Pascal, and has a smaller number of syntactic exceptions and special cases than either of these languages.




Reply With Quote
Bookmarks