Hello World !
language syntax and intro to OOP
Python Implementation
cPython -> reference implementation ... Written in C and Python, CPython is the default and most widely used implementation
jPython -> python in java ... designed to run on the Java platform
ironPython -> python in C# ... targeting the .NET Framework and Mono
Why python for Cyber Security ?
POCs
Automation
tons of open source tools
extensive library
more ...
print("Hello World !")
Let's get started ...
Last updated