Re: Missing interfaces in Python...

2006-04-18 Thread gmilas
I am currently working in C# after I spent about 3 years almost only in python, The way I see thinks is that for me we need interfaces in C# to allow for flexibility in using OOP because we must only pass defined and known types at all times so for us to have the flexibility of passing either a Car

Re: Inheritance in nested classes

2005-11-15 Thread gmilas
"I'm using the Active Server Pages integration in the win32 extensions, does anyone have good/bad experiences using this interface?" What is it you are trying to do? I'm using python2.4 with win32 and IIS/python ASP and find it ok. There were at some point some session overlappings but I'm not su

Re: Expanding Python as a macro language

2005-10-31 Thread gmilas
[EMAIL PROTECTED] wrote: > Imagine you want to access a big database from a html server which > only allows you to access such data in chunks pressing a "next" > button on an ASP file. It will take several hours to click the button > and then save the new data supplied by the server! > That is a ty