Python vs Unix shells

Cameron Laird claird at lairds.com
Mon Dec 15 09:37:50 EST 2003


In article <2ae25c6b.0312140316.77f7059f at posting.google.com>,
Paddy McCarthy <paddy3118 at netscape.net> wrote:
			.
			.
			.
>> > This is really a comment on "Python in Systems Administration: Part I
>> > -- Better Scripting"
>> > http://www.samag.com/documents/s=8964/sam0312a/0312a.htm
>> > by Cameron Laird.
			.
			.
			.
>I was expecting replies of maybe "the pressures of getting an example
>to fit the article made his example maybe a little artificial" (but
>still useful). or people agreeing or disagreeing with the idea of
>modules that are also Unix scripts.
			.
			.
			.
As I read your comments, you do a good job of answering all
the questions yourself.  In other articles, I've said a few
words about the difficulty of writing good examples for an
audience of systems administrators; I do find it hard not
being "maybe a little artificial" (I appreciate your gentle
touch), without complexification that loses the reader.

Your posts challenge me, but in a good way.  I do want to
say that one of my favorite signs of health in Pythoneering
is the tradition of using the "if __name__ == '__main__':..."
idiom to compose source which is both importable and
executable.

So:  can I enlist you to review my drafts?
-- 

Cameron Laird <claird at phaseit.net>
Business:  http://www.Phaseit.net




More information about the Python-list mailing list