That guy uses faggotish ":-)" smiles. He think that it's ok to write "backk".
What I like about Python is: There's one way to do things.
IHBT. Compare [lick(x) for x in myanus] and map(lick, myanus) for starters.
No interpolation of strings. If you want to format something, there is a great formatting system which is highly optimized.
Python 2 has awesome % operator. Python 3 - not so much.
Unicode support is really good, and in Python3 is the defau
Ok, I lolled.
Immutable data types. At first I was confused. "What do you mean I can't edit a string? I have to change it while copying it?" Oh, now I understand! This simplifies so many other things and permits optimizers to really dig into your code. Cool.
I also love to convert string to list just to perform modifications with normal speed.