Added some text. (#26711)
* Added some text. Wrote about Guido Van Rossum and added some info on libraries. * Update index.md
This commit is contained in:
committed by
Tracey Bushman
parent
6b8b34b243
commit
0f95416c24
@ -4,7 +4,7 @@ title: Python
|
||||
|
||||
## What is Python?
|
||||
|
||||
<a href='https://www.python.org' target='_blank' rel='nofollow'>Python</a> is a general purpose programming language which is dynamically typed, interpreted, and known for its easy readability with great design principles.
|
||||
<a href='https://www.python.org' target='_blank' rel='nofollow'>Python</a> is a general purpose programming language which is dynamically typed, interpreted, and known for its easy readability with great design principles. It was created by Guido van Rossum and released in 1991. Since then, the language has exploded in popularity.
|
||||
|
||||
To learn more about Python, check out these pages on python.org:
|
||||
|
||||
@ -106,7 +106,8 @@ Some of the principles that influenced the design of Python are included as an E
|
||||
1. Interactive language with a module support for almost all functionality.
|
||||
2. Open Source: So, you can contribute to the community, the functions you have developed for future use and to help others
|
||||
3. A lot of good interpreters and notebooks available for better experience like jupyter notebook.
|
||||
4. It is a very easy language to learn and debug too. To check if a small bit of code works or not, you can just open up the interpreter and test
|
||||
4. It is a very easy language to learn and debug too. To check if a small bit of code works or not, you can just open up the interpreter and test.
|
||||
5. There are multiple libraries available for Python, like numpy, pandas, etc.
|
||||
|
||||
#### Cons
|
||||
1. Being open source, many different ways have developed over the year for same function. This sometimes, creates chaos for others to read someone else code.
|
||||
|
Reference in New Issue
Block a user