On 2017-08-19, Cameron Simpson <c...@cskk.id.au> wrote:
> Personally, I do this a lot. It does cost some time, but it
> also has advantages. You get to explore the problem space from
> the point of view of your own needs, and you get insight into
> the costs/benefits of various ways of doing things.

Sometimes I use classes simply because it provides a convenient
way to organize the project's functions.

This crops up sometimes when I'm translating some data into
another form. Every object translates into itself.

-- 
Neil Cerutti

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to