From be84c11a3063bab0b4d4fa8da67986f97e373874 Mon Sep 17 00:00:00 2001 From: ManicalEngineer <36464331+ManicalEngineer@users.noreply.github.com> Date: Thu, 1 Nov 2018 23:27:42 -0400 Subject: [PATCH] Update index.md - Added 5th Pro to Pros & Cons (#31498) * Update index.md Added 5th pro to pro's & con's * Update index.md * Update index.md --- guide/english/python/index.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/guide/english/python/index.md b/guide/english/python/index.md index b5a4f2389c..4be1aa4a01 100644 --- a/guide/english/python/index.md +++ b/guide/english/python/index.md @@ -105,10 +105,10 @@ Some of the principles that influenced the design of Python are included as an E ## Pros and Cons of Python ### Pros 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 +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. -5. There are multiple libraries available for Python, like numpy, pandas, etc. +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., to make doing complex operations easy! #### 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. @@ -175,3 +175,4 @@ Free Code Camp has some great resources. The web is a big place, there's plenty * Developer's Guide to Python: https://devguide.python.org/ * Learn Python the Hard Way book: https://learnpythonthehardway.org/python3/ * Introduction to Python Programming: https://www.udacity.com/course/introduction-to-python--ud1110 +