Added a "things you can do with python" section (#20400)

Added a section on the uses of python.
These include web development, machine learning and scripting.
This commit is contained in:
Tanish Grover
2018-10-25 20:08:00 +05:30
committed by Paul Gamble
parent f08734d2d2
commit 5a5639b4d1

View File

@ -154,6 +154,9 @@ will do that itself based on the type of value assigned.
The `objects` parameter is prefixed with a `*` which indicates that the function will take an arbitrary number of arguments for that parameter. The `objects` parameter is prefixed with a `*` which indicates that the function will take an arbitrary number of arguments for that parameter.
## Things you can do with python
As stated python is a general purpose language. You can use it to do anything you like but one of the major uses of python is in machine learning and artificial intelligence. It is also a popular language in web development with some amazing frameworks like [Django](https://www.djangoproject.com/) and [flask](http://flask.pocoo.org/). It is also a popular scripting language. With its easy to read syntax it is becoming one the most popular programming languages growing rapidly in different fields.
## Want to learn more? ## Want to learn more?
Free Code Camp has some great resources. The web is a big place, there's plenty more to explore: Free Code Camp has some great resources. The web is a big place, there's plenty more to explore: