I have 2 main objections to Python:
Indentation rules - Every mainstream language since Fortran-IV and COBOL uses braces for if, for, while etc statements. They stopped using indentation for a reason: it's too error prone.
No types - I remember when "strong typing" was first being mentioned...