Python is the next version of a dynamic programming language, in which the emphasis placed on productivity and code readability. Minimalist syntax of core in Python is combined with excellent functionality of the standard library.
Language, development of which began in the mid-90s by Guido Van Rossum, who is now one of the most popular in the world of programming. No wonder that Python is used in all areas of software development as general-purpose language. Python easily interacts with the already existing components, which facilitates its integration in the finished applications. One of the main advantages of this language is its cross-platform feature, which allows transfer objects from one OS to another.
The program updates come out approximately every two and a half years. Those who are involved in programming should download and try Python in action. Reference implementation of the language is the CPython interpreter, which supports most known platforms. The code is organized in the Python functions and classes, which are combined into modules, and those in turn are collected into packets.
It is ditributed under a very liberal license which allows you to download Python free and use without restrictions.
Main features of Python:
- High level of introspection.
- Intuitive object orientation.
- Procedural code is expressed in its natural form.
- Support for add-ons and modules written in other languages.
- Integration into the applications as a script shell.
- Errors are handled as exceptions.
- Developed standard library and a set of third-party modules for solving a variety of problems.
Compared with the previous version, the existing modules were improved and new ones added in Python. In addition, processing performance of non-text codecs was improved. With regard to safety, the new version of Python caching algorithm has become even safer.
Python can be downloaded right now from our website.
2015-05-11 10:26
Reply Reply with quote Quote2015-01-25 13:04
Reply Reply with quote Quote