Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion For Counter Variable
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Tim Chase  
View profile  
 More options Sep 25 2012, 6:56 am
Newsgroups: comp.lang.python
From: Tim Chase <python.l...@tim.thechases.com>
Date: Tue, 25 Sep 2012 05:57:32 -0500
Local: Tues, Sep 25 2012 6:57 am
Subject: Re: For Counter Variable
On 09/25/12 00:53, Thomas Rachel wrote:

> Am 25.09.2012 01:39 schrieb Dwight Hutto:
>> You don't always know all the built-ins, so the builtin is
>> simpler, but knowing how to code it yourself is the priority of
>> learning to code in a higher level language, which should be
>> simpler to the user of python.

> When learning Python, it often happend me to re-inven the wheel.
> But as soon as I saw the presence of something I re-wrote, I
> skipped my re-written version and used the built-in.

As a beginning Pythonista, I found myself doing the same thing.  I
implemented my own CSV parsing until I discovered how easy it was to
do with the built-in library.  I implemented my own option-parsing
until I found optparse/argparse.  I implemented config-files until I
found ConfigFile.

Coming from C where just about *nothing* is in the stdlib and Java &
PHP where only some core functionalities are in the stdlib, to
Python where just the list of modules in the stdlib is humongous, I
have to make http://docs.python.org/library/ my first stop before I
try implementing anything I think might have even a remote
possibility of being there.

-tkc


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.