Minor grammar changes (#29174)

This commit is contained in:
Val B
2019-03-19 22:19:39 -04:00
committed by Randell Dawson
parent 41efabf325
commit 6a7243ddd8

View File

@ -67,16 +67,14 @@ Here's a <a href='https://www.python.org/about/apps/' target='_blank' rel='nofol
* Scraping data from websites * Scraping data from websites
* Image Processing * Image Processing
## Why Python has got such a wide range of usage? ### Why python has such a wide range of usage?
* Python has many packages to work with, some ranging from aerospace research to mathematics.
* Python has got many packages to work with, some ranging for aerospace research to mathematics. * Secondly for choosing to be a part of the open source community. Yes! Python is Open-source.
*Secondly for choosing to be a part of the open source community.
Yes! Python is Open-source.
* For it's simple and elegant syntax. * For it's simple and elegant syntax.
*There are many built-in functions because of which python codes are small in size than compared with other codes which are same in context but written in different language. * There are many built-in functions of which python codes are small in size compared with other codes which are the same in context but written in a different language.
* Python also supports Object-Oriented programming fashion. * Python also supports Object-Oriented programming.
Thus these things add on for the popularity of Python in various communities.
These things add to the popularity of Python in various communities.
#### Further Reading #### Further Reading