Naming Conventions

Johan Fredrik Øhman johan at essay.org
Thu Nov 9 13:22:06 EST 2000


Hi,

I've been programming with Python 2.0 for asbout a week,  and I like the
language a lot !  But I just discovered somthing I really doesn't like:
There is no consistency in the naming convention.   Most functions in python
is lowercase, thats ok,  but I discovered that the xml parser in the library
has functions that have capital letters, like 'Parse'
Why isn't this standarised ?   I thought Python was a very strict language.

Any comments ?

--
JFØ





More information about the Python-list mailing list