By mswatcher
via everythingsysadmin.com
Published: Apr 03 2012 / 13:20
There are certain Perl idioms that every Perl programmer uses: "while () { foo; }" and "foo ~= s/old/new/g" both come to mind.
When I was learning Python I was pretty peeved that certain Python books don't get to that kind of thing until much later chapters.
Comments
yakkoh replied ago:
What about Unicode: Python 3 supports Unicode.
What about classes: Python has class classes, like with the keyword 'class'.
Voters For This Link (4)
Voters Against This Link (0)