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
> 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
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