Python: Difference between revisions
Jump to navigation
Jump to search
Digitalica (talk | contribs) (first version of Python page) |
Digitalica (talk | contribs) (cleanup, add link.) |
||
Line 1: | Line 1: | ||
Python is a programming Language. Wikipedia says: | Python is a programming Language. Wikipedia says: | ||
'''Python''' is an interpreted high-level general-purpose programming language. Its design philosophy emphasizes code readability with its use of significant indentation. Its language constructs as well as its object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects. | '''Python''' is an interpreted high-level general-purpose programming language. Its design philosophy emphasizes code readability with its use of significant indentation. Its language constructs as well as its object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects. | ||
The language was developed by Guido van Rossum in the late 80's. Python 2.0 was released in 2000, Python 3.0 - with some mayor changes - in 2008. Since 2020, Python 2 is no longer supported. Python is supported on almost every platform, and easy to learn. Therefore, it is used widely. | |||
== External links == | |||
* https://www.python.org/ |
Revision as of 22:52, 3 January 2022
Python is a programming Language. Wikipedia says:
Python is an interpreted high-level general-purpose programming language. Its design philosophy emphasizes code readability with its use of significant indentation. Its language constructs as well as its object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects.
The language was developed by Guido van Rossum in the late 80's. Python 2.0 was released in 2000, Python 3.0 - with some mayor changes - in 2008. Since 2020, Python 2 is no longer supported. Python is supported on almost every platform, and easy to learn. Therefore, it is used widely.