Re: How does Python's OOP feel?

2009-05-24 Thread Dutch Masters
On May 24, 5:54 am, Ikon wrote: Be prepared for a slight wave of depression as you remember all the pointless interfaces, abstract classes, and getters/setters you created. I keep reminding myself that Java pays the bills. Having said that, the dynamic nature of Python lets you experiment with so

Re: Portable Python 1.1 released

2009-03-23 Thread Dutch Masters
This is a great piece of work. Thanks. -- http://mail.python.org/mailman/listinfo/python-list

Re: Looking for tips on running Python version 2.6 and 3.0 together on same *WINDOWS* machine

2009-02-24 Thread Dutch Masters
There is some documentation on the subject at: http://docs.python.org/using/windows.html In general, there are several options in maintaining separate environments: 1) Create a separate user for each environment. This allows you to keep things such as Path and file associations so that you are s