Re: [Python.NET] Python Asp.net for real?

2005-02-03 Thread Stan Pinte
Brian Lloyd a écrit : Are there some examples out there of asp.net WebForms done with Python for .net? I've spent several years working with Python and forgetting C++. My current job is migrating to an Asp.net shop. Today I'm trying to learn some Web Form programming and translate some working

RE: [Python.NET] Python Asp.net for real?

2005-02-03 Thread Brian Lloyd
> Are there some examples out there of asp.net > WebForms done with Python for .net? > > I've spent several years working with Python and > forgetting C++. My current job is migrating to > an Asp.net shop. Today I'm trying to learn some > Web Form programming and translate some working > Python

Re: [Python.NET] Python Asp.net for real?

2005-02-03 Thread Andreas Schmid
You shouldn't. Unless I'm mistaken you end up using .NET functionality exclusively which is totally incompatible with Python's functionality - e.g. instances of class Array cannot be used as lists in Python without any dirty conversion going on. You lose all Python's benefits - I find it much e