Minor text fix (#27074)

Lines 32 and 48
This commit is contained in:
Hawkings296
2019-01-17 06:22:55 +01:00
committed by Manish Giri
parent d1225f34f9
commit 1c1ccf75d0

View File

@ -27,6 +27,7 @@ for training and interacting with models using Tensorflow.
### Mobile app development: ### Mobile app development:
Mobile apps and games can be created with python using Kivy, Pygame and PyQt. Mobile apps and games can be created with python using Kivy, Pygame and PyQt.
### Security And Networking: ### Security And Networking:
Python is used to build Networking tools and security-tools that are widely used. Python's remote automation is the most secured, fast and efficient for cloud-testing Python is used to build Networking tools and security-tools that are widely used. Python's remote automation is the most secured, fast and efficient for cloud-testing
of frameworks, that's why professional developers use python for making most secured frameworks and for socket-programmings. of frameworks, that's why professional developers use python for making most secured frameworks and for socket-programmings.
@ -43,7 +44,7 @@ You can use Python and some Python-libraries for developing your own <a href='ht
You can use Python and some Python-libraries for developing <a href='https://github.com/discord-python/hacktoberbot' target="_blank" rel="nofollow">Discord Bots</a> You can use Python and some Python-libraries for developing <a href='https://github.com/discord-python/hacktoberbot' target="_blank" rel="nofollow">Discord Bots</a>
#### Data Gathering by crawling and scraping #### Data Gathering by crawling and scraping
Python could also be used by parse pages source codes and retrieve its data. Using some python modules, such as: Scrapy and also (for some reasons and pages which uses javascript) Selenium, should do the trick! Python could also be used by parse pages source codes and retrieve its data. Using some python modules, such as Scrapy and also (for some reasons and pages which uses javascript) Selenium, should do the trick!
### More Information: ### More Information:
Here's a <a href='https://www.python.org/about/apps/' target='_blank' rel='nofollow'>link</a> to a section of the official Python website describing its various applications. Here's a <a href='https://www.python.org/about/apps/' target='_blank' rel='nofollow'>link</a> to a section of the official Python website describing its various applications.