Could you describe with a five lines max snippet why you felt in love with Python? [closed]
- by systempuntoout
I coded in Java for many years and after i saw this beauty:
with open("spam.egg") as f:
for line in f:
print line
i said to myself, i can't use Java's StreamVerboseCrapByteOpenBuffer stuff anymore.
What's your snippet?