Jacob Kaplan-Moss wrote:

Think of each file as an application, and each class in the file as a module of that application. That is, if you've got a "blogs.py", it'll have Blog, BlogEntry, BlogrollEntry, and such.

Yes, now I get it. My noob approach was to see the module as a container for one or more classes inside an application, where in fact it's *the* application.

L.

Reply via email to