On Wed, Dec 24, 2008 at 10:54 AM, Dennis van Oosterhout <
de.slotenzwem...@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.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to