python development services xmediasolutions

Python is an interpreted, high-level and general-purpose programming language. Python's design philosophy emphasizes code readability with its notable use of significant indentation. Its language constructs and object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects.[29]

Python is dynamically-typed and garbage-collected. It supports multiple programming paradigms, including structured (particularly, procedural), object-oriented and functional programming. Python is often described as a "batteries included" language due to its comprehensive standard library.[30]


Guido van Rossum began working on Python in the late 1980's, as a successor to the ABC programming language, and first released it in 1991 as Python 0.9.1.[31] Python 2.0 was released in 2000 and introduced new features, such as list comprehensions and a garbage collection system using reference counting and was discontinued with version 2.7.18 in 2020.[32] Python 3.0 was released in 2008 and was a major revision of the language that is not completely backward-compatible and much Python 2 code does not run unmodified on Python 3.


Python consistently ranks as one of the most popular programming languages


Python was conceived in the late 1980s[37] by Guido van Rossum at Centrum Wiskunde & Informatica (CWI) in the Netherlands as a successor to ABC programming language, which was inspired by SETL,[38] capable of exception handling and interfacing with the Amoeba operating system.[9] Its implementation began in December 1989.[39] Van Rossum shouldered sole responsibility for the project, as the lead developer, until 12 July 2018, when he announced his "permanent vacation" from his responsibilities as Python's Benevolent Dictator For Life, a title the Python community bestowed upon him to reflect his long-term commitment as the project's chief decision-maker.[40] He now shares his leadership as a member of a five-person steering council.[41][42][43] In January 2019, active Python core developers elected Brett Cannon, Nick Coghlan, Barry Warsaw, Carol Willing and Van Rossum to a five-member "Steering Council" to lead the project.[44] Guido van Rossum has since then withdrawn his nomination for the 2020 Steering council.[45]


Python was released on 16 October 2000 with many major new features, including a cycle-detecting garbage collector and support for Unicode.[46]


Python 3.0 was released on 3 December 2008. It was a major revision of the language that is not completely backward-compatible.[47] Many of its major features were backported to Python 2.6.x[48] and 2.7.x version series. Releases of Python 3 include the 2to3 utility, which automates (at least partially) the translation of Python 2 code to Python 3.[49]


Python 2.7's end-of-life date was initially set at 2015 then postponed to 2020 out of concern that a large body of existing code could not easily be forward-ported to Python 3.[50][51] No more security patches or other improvements will be released for it.[52][53] With Python 2's end-of-life, only Python 3.6.x[54] and later are supported.


Python 3.9.2 and 3.8.8 were expedited[55] as all versions of Python (including 2.7[56]) had security issues, leading to possible remote code execution[57] and web cache poisoning.[58]

Comments