Alcides Fonseca

40.197958, -8.408312

Python

Python is my favorite programming language. It’s a dynamic language, so you won’t see yourself declaring variable types and therefore your code will be more beautiful.

What makes Python Lovers really like it (and others hate it) is the fact that you don’t use braces nor the end keyword, you just use indentation.

It comes in some flavours:

  • CPython (The traditional C implementation)
  • IronPython, the .NET implementation
  • Jython, the JVM implementation

Oh, and once you open the Python interpreter, why don’t you try and import this?

Resources: