<br><br><div class="gmail_quote">On Wed, Dec 24, 2008 at 10:54 AM, Dennis van Oosterhout <span dir="ltr"><<a href="mailto:de.slotenzwemmer@gmail.com">de.slotenzwemmer@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
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).<br>
<br>--<br>
<a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br>
<br></blockquote></div><br>I, for one, use the different "paradigms" (OO, procedural, functional, etc) where they feel appropriate for solving different problems.<br><br>I have quite a few strictly procedural scripts, mainly for sysadmin stuff and generating project skeletons. <br>
<br>Most of the "complete" programs that I write use a mix of OO and functional paradigms.<br>