Today I decided to learn a new programming language! As I am a Linux user (and fan hehe), the programming language Python is crossing my ways very often. So I decided to learn it. “Can’t be that difficult I thought”.
The tutorial I made is the official Python tutorial for Python 3.x.
What I read (and tried) until now is incredibly easy. The syntax is very near to pseudo code and the handling is very simple. You do net even have to declare variables. So there is the first minus for me… no type safety. For beginners it might be an advantage, but for real programmers it is very weird.
