Python: Difference between revisions

From Voice Technology Wiki
Jump to navigation Jump to search
(first version of Python page)
 
(Typo)
Tags: Mobile edit Mobile web edit
 
(2 intermediate revisions by 2 users not shown)
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.


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.
Python is de facto the most common used programming language in natural language processing ([[Natural language understanding|NLP]]) vertical, also because the huge ecosystem of open-source packages (libraries), e.g. to develop [[machine learning]] / [[deep learning]] alghorithms ([[Tensorflow]], [[Pytorch]], etc.), speech recognition ([[Vosk]], [[Coqui]], etc.), sound processing, etc.
 
== External links ==
 
* https://www.python.org/

Latest revision as of 22:26, 12 April 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.

Python is de facto the most common used programming language in natural language processing (NLP) vertical, also because the huge ecosystem of open-source packages (libraries), e.g. to develop machine learning / deep learning alghorithms (Tensorflow, Pytorch, etc.), speech recognition (Vosk, Coqui, etc.), sound processing, etc.

External links[edit | edit source]