Loading SUMMARY.md +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading scripting_with_python.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. Loading
SUMMARY.md +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading
scripting_with_python.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.