Commit 89040557 authored by bobloblaw's avatar bobloblaw
Browse files

Updates scripting_with_python.md

Auto commit by GitBook Editor
parent 6d98a51a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
        * [PowerShell](powershell.md)
        * [PowerShell Scripting](powershell_scripting2.md)
        * [CMD](cmd.md)
    * [Scripting with python](scripting_with_python.md)
    * [Scripting With Python](scripting_with_python.md)
        * [Python fundamentals](python_fundamentals.md)
        * [Useful scripts](connections.md)
    * [Transferring files](transfering_files2.md)
+2 −2
Original line number Diff line number Diff line
# Scripting with python
# Scripting With Python

Most things we want to do with python is connecting to networks in different ways. For this the socket module is fundamental.
There are many high-level scripting languages that are easy to use. One really popular one is Python.