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

Andreas Schmid monkey at gmx.info
Thu Feb 3 10:04:46 CET 2005


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 easier, much faster and much 
cleaner to directly program in C#.

-Andreas

----- Original Message ----- 
From: "Craig H. Anderson" <craig at coot.net>
To: <pythondotnet at python.org>
Sent: Thursday, February 03, 2005 2:40 AM
Subject: [Python.NET] Python Asp.net for real?


>
> 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 database code to vb.net.  I stumbled across
> http://www.zope.org/Members/Brian/PythonNet/
> and wonder if I should try this out.
> Thanks.
> _________________________________________________
> Python.NET mailing list - PythonDotNet at python.org
> http://mail.python.org/mailman/listinfo/pythondotnet
> 



More information about the PythonDotNet mailing list