From 1bc5fcfbed9b0fd3a85502d26e05dab0667efa8d Mon Sep 17 00:00:00 2001 From: Varian Caesar Date: Sun, 24 Mar 2019 12:41:45 +0700 Subject: [PATCH] Fix some header size inconsistencies (#30058) --- .../python/what-is-python-used-for/index.md | 22 +++++-------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/guide/english/python/what-is-python-used-for/index.md b/guide/english/python/what-is-python-used-for/index.md index 06740683ed..d7c50f555a 100644 --- a/guide/english/python/what-is-python-used-for/index.md +++ b/guide/english/python/what-is-python-used-for/index.md @@ -24,31 +24,26 @@ executed from the terminal. Python can also be used to create bots which automat Python is also used extensively in the growing field of Artificial Intelligence (AI). Google selected Python to be one of the first well-supported programming languages 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. - -### 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 -of frameworks, that's why professional developers use python for making most secured frameworks and for socket-programmings. +##### 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 of frameworks, that's why professional developers use python for making most secured frameworks and for socket-programmings. ### Machine Learning, Deep Learning: Python is one of the best languages suited for machine learning, deep learning and data analytics with a stronghold in all of them. There are specialized languages best suited for various role such as R and MATLAB but when it comes to overlapping fields of applications python is favoured due to its flexibility, rapid prototyping and availability of libraries. -### Telegram Bots Development +##### Telegram Bots Development You can use Python and some Python-libraries for developing your own Telegram Bots -### Discord Bots Development +##### Discord Bots Development You can use Python and some Python-libraries for developing Discord Bots -#### 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! -### More Information: -Here's a link to a section of the official Python website describing its various applications. - ### Python is generally used for * Web & Internet Development @@ -83,8 +78,3 @@ These things add to the popularity of Python in various communities. * Where is the Python Language Used? * What is Python used for? * Data Analysis using python with examples and tutorials. - - -The official package index for python is here. - -[training and interacting with models]: https://stackoverflow.com/questions/35677724/tensorflow-why-was-python-the-chosen-language