Python is actually a pretty good, respectable "multi-paradigm" dynamic language. Its good things include being clean, dictionary-based and having the forced indentation of the code. Its bad things include shitty string<=>int conversion (like Perl and PHP, unlike Scheme and Ruby) and crappy non-standard regular expressions.