Why Python sucks
============
- Slow & inefficient performance
- Annoying indentation syntax that can't even mix tabs with spaces
- Inconsistent
- mutable and immutable primitive types mess
- Implicitly changing passing object by copy or reference, adding artificial complexity.
- No type safety
- Scope mess
- Shit class system
- Can't have more than 1 constructor
- Have to pass the class object to itself and use it to access its own members ('self')