Re: object oriënted

Jeremiah Dodds jeremiah.dodds at gmail.com
Thu Dec 25 04:42:31 EST 2008


On Wed, Dec 24, 2008 at 10:54 AM, Dennis van Oosterhout <
de.slotenzwemmer at gmail.com> wrote:

> I know that python is an Object Oriënted language but I was wondering if it
> gets used as a non-OOP also (by a good amount of people).
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
>
I, for one, use the different "paradigms" (OO, procedural, functional, etc)
where they feel appropriate for solving different problems.

I have quite a few strictly procedural scripts, mainly for sysadmin stuff
and generating project skeletons.

Most of the "complete" programs that I write use a mix of OO and functional
paradigms.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20081225/6ba04535/attachment-0001.html>


More information about the Python-list mailing list