PythonTurtle / PythonTurtle

A learning environment for Python suited for beginners and children, inspired by Logo.

Home Page:http://pythonturtle.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

disscussion: base animals class: "animal" or "Animal"

darvin opened this issue · comments

I name it "animal" (lower), as "object"-base python class
what are u think?

I used to think the same way when I was a Python newbie, since all the builtin classes are like this. (list, dict, set, etc.) But I learned that it's the norm to capitalize classes, and I think it's a better idea, because then you can do animal = Animal().