Monday, January 16, 2023

Collection of quotes about Python

This post is a collection of quotes about Python (initially released in 1991). There are 5 quotes listed below. License: CC BY-SA 3.0

1. "Python is a multi-paradigm programming language. Object-oriented programming and structured programming are fully supported, and many of their features support functional programming and aspect-oriented programming (including metaprogramming and metaobjects)." (Wikipedia: Python (programming language), 1.17.23 UTC 00:30)

2. "Python strives for a simpler, less-cluttered syntax and grammar while giving developers a choice in their coding methodology." (Wikipedia: Python (programming language), 1.17.23 UTC 00:30)

3. "In contrast to Perl's 'there is more than one way to do it' motto, Python embraces a 'there should be one - and preferably only one - obvious way to do it' philosophy." (Wikipedia: Python (programming language), 1.17.23 UTC 00:30)

4. "Rather than building all of its functionality into its core, Python was designed to be highly extensible via modules... Van Rossum's vision of a small core language with a large standard library and easily extensible interpreter stemmed from his frustrations with ABC..." (Wikipedia: Python (programming language), 1.17.23 UTC 00:30)

5. "Python is commonly used in artificial intelligence projects and machine learning projects with the help of libraries like TensorFlow, Keras, Pytorch, and scikit-learn." (Wikipedia: Python (programming language), 1.17.23 UTC 00:30)