Why does the word "Pythonic" exist?
Posted
by
Billy ONeal
on Programmers
See other posts from Programmers
or by Billy ONeal
Published on 2011-02-14T22:14:17Z
Indexed on
2011/02/14
23:34 UTC
Read the original article
Hit count: 472
Honestly, I hate the word "Pythonic" -- it's used as a simple synonym of "good" in many circles, and I think that's pretentious. Those who use it are silently saying that good code cannot be written in a language other than Python. Not saying Python is a bad language, but it's certainly not the "end all be all language to solve ALL of everyone's problems forever!" (Because that language does not exist). What it seems like people who use this word really mean is "idiomatic" rather than "Pythonic" -- and of course the word "idiomatic" already exists. Therefore I wonder: Why does the word "Pythonic" exist?
© Programmers or respective owner