> For the complete documentation index, see [llms.txt](https://0xa1mn.gitbook.io/cyber-explained/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://0xa1mn.gitbook.io/cyber-explained/programming/python/hello-world.md).

# Hello World !

language syntax and intro to OOP

### Python Implementation&#x20;

* **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 ...
