From 5a5639b4d1faa9a4ffa7270a6b087273c3808328 Mon Sep 17 00:00:00 2001 From: Tanish Grover Date: Thu, 25 Oct 2018 20:08:00 +0530 Subject: [PATCH] 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. --- guide/english/python/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/guide/english/python/index.md b/guide/english/python/index.md index b8a6368e04..a8fd3db8da 100644 --- a/guide/english/python/index.md +++ b/guide/english/python/index.md @@ -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. +## 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? Free Code Camp has some great resources. The web is a big place, there's plenty more to explore: