My interpretation of "Pythonic" is "idiomatic in Python". It's just a simple mashup of the two words, with the added bonus of being quite easy to say, and perhaps sounding cool/interesting/appealing.
It's a bit harder for us poor C programmers to come up with a matching term. "C-nic" (rhymes with "scenic") just looks weird, but of course the double meaning would be amusing: "this code doesn't look very C-nic"!
I don't think the Python community in general dictates the use of buildout at all. I reckon there are more supporters for pip install -r (although I would take correction). So the question becomes, why some smart people consider buildout Pythonic. I guess they just like it.
Buildout came first and can do more things than pip can. If your workflow was heavily dependent on buildout, I could see how someone would see pip as inadequate. Buildout also came from the Zope community, so that will immediately break people up into camps.
My impression is also that more people use pip now particularly with its integration with virtualenv.
I can't imagine not developing with pip and virtualenv now.
I'm always amused when I read this. All of it is straightforward advice and good when applied sanely, of course. But... the whole thing just drips with an insecurity complex over perl. Where Larry & Co. were shocking the world with the cacophany of TMTOWTDI and their Laziness, Impatience and Hubris, the python people just look... scared of all that stuff.
So they have this meek list instead. There's sanity here, but no poetry. I think this explains my reaction to python every time I'm forced to use or maintain it -- there's no fun in the language, just proscription. Programming should be fun, right?
>the whole thing just drips with an insecurity complex over perl.
JAPH to Pythonista convert here. I think it definitely is a reaction to Perl, but the "insecurity complex" phrasing has its own insecurity complex peeking out. The Zen dates from 2004, when the writing was on the wall for Perl. (That writing on the wall was in Ruby, Python, and PHP.) Very little to feel insecure about by then.
Also, beauty and simplicity are hardly meek values, but I understand the subjectivity. To each his own.
To me "Pythonic" means "according to the values of the Python community". More than idiomatic, there is a set of normative values involving design, interfaces, etc. inherent in the term "pythonic" and the judgement it implies.
I think it's valuable for a community to have such a word or phrase. Companies should have such a phrase too.
Google has "Googley", Apple has "doesn't suck" and "insanely great"; those phrases get used to justify a level of engineering and design respectively that truly sets those companies apart. The phrase itself is adequate to summon the higher bar of the phrase's respective auteur.
Hm, I guess 'Pythonic' is also highly subjective. It's one of those things that "you'll know when you see it" but it's almost impossible to describe in words. I've seen code that rigorously complied to PEP8, had a lot of the constructs described in the article and still managed to look like C code. It wasn't "bad" code, mind you. It just wasn't Pythonic enough. Go figure!
Off-topic, but why do so many sites still use static layouts that break when zoomed in with a mobile browser. The choice of font on this post is too small to read without zooming in, but his little static box forces itself on top and of the actual text content. Perhaps this isn't a problem in other mobile browsers? Using Chrome on Android...
It's a bit harder for us poor C programmers to come up with a matching term. "C-nic" (rhymes with "scenic") just looks weird, but of course the double meaning would be amusing: "this code doesn't look very C-nic"!