On May 12, 2:49 pm, Steven Bethard <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> > Is there a package rating system for the Cheese Shop, like how Perl
> > has cpanratings (http://cpanratings.perl.org/)?
>
> I don't know CPAN, but maybe this is what you're looking for:
>
> http://www.
Is there a package rating system for the Cheese Shop, like how Perl
has cpanratings (http://cpanratings.perl.org/)?
Do you think it would be useful?
I see that we already have Cheesecake (http://pycheesecake.org/) for
rating a package's kwalitee (like Perl's CPANTS). But browsing the
Cheese Shop,
I see that naming conventions are such that classes usually get named
CamelCase. So why are the built-in types named all lowercase (like
list, dict, set, bool, etc.)?
And names for instances of classes are usually written in lowercase,
like foo in ``foo = CamelCase()``. So why are True and False
(