From 973b5d9fd7f1ff0f9a5b0d6353d06e518f39f104 Mon Sep 17 00:00:00 2001 From: Susheela92 Date: Wed, 28 Nov 2018 00:20:19 +0530 Subject: [PATCH] Network Testing (#22867) Added another heading. Network Testing. --- guide/english/python/what-is-python-used-for/index.md | 3 +++ 1 file changed, 3 insertions(+) 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 06b5d07da2..0d67b0acf2 100644 --- a/guide/english/python/what-is-python-used-for/index.md +++ b/guide/english/python/what-is-python-used-for/index.md @@ -26,6 +26,9 @@ 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. +##### Network Testing +Python can be used in network testing for packet generation. Generation of different streams of traffic and traffic replay can be performed using Scapy. This can be particularly useful in generation of different types of packet streams like VoIP, video, data for QoS testing. + ##### Machine Learning, Deep Learning: Python is one of the best languages suited for machine learning, deep learning and data analytics and is widely used in each area.