From 2234afb55e1bc8e78c6eca714a106eb94d18d3f0 Mon Sep 17 00:00:00 2001 From: Maulik Rathod Date: Tue, 11 Dec 2018 22:21:25 +0530 Subject: [PATCH] Add some information in Things you can do with python (#31145) Add some information in "Things you can do with python" --- guide/english/python/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/guide/english/python/index.md b/guide/english/python/index.md index 81e7517dd5..c3a8e033d4 100644 --- a/guide/english/python/index.md +++ b/guide/english/python/index.md @@ -172,6 +172,14 @@ The `objects` parameter is prefixed with a `*`, which indicates that the functio ## 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. +For security professionals, Python can be used for but not limited to: +- Penetration testing +- Information gathering +- Scripting tools +- Automating stuff +- Forensics + + ## Want to learn more? Free Code Camp has some great resources. The web is a big place, there's plenty more to explore: * [Python Practice Book](http://anandology.com/python-practice-book/index.html)