Using Python for Web development
SHiBuMi
serdars at ixir.com
Sun Feb 11 12:04:21 EST 2001
More information about the Python-list mailing list
Sun Feb 11 12:04:21 EST 2001
- Previous message (by thread): Using Python for Web development
- Next message (by thread): Using Python for Web development
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Yes, you can use Python as an apache module, see www.modpython.org and search mod_snake project at www.sourceforge.net. If you use CGI module, that will me some more familiar to you as you are using PHP & ASP. But mod_python & mod_snake both have different approaches. mod_snake has an advantage, you can embed your python code in HTML (as PHP & ASP). But both of this modules needs much more customization on the web server than PHP Apache module. And, with mod_python, you should deal with headers... -----Original Message----- From: python-list-admin at python.org [mailto:python-list-admin at python.org]On Behalf Of billy_bill_1 at my-deja.com Sent: Sunday, February 11, 2001 11:29 AM To: python-list at python.org Subject: Using Python for Web development Hi all, I'm new to Python and so far I like what I see! I would really like to use it for web development as I'm currently using PHP and ASP and I'm a bit sick of thier lack of good OO support and the c style syntax etc etc (especially php). PHP can be used as an apache module, can python be used in this way too? I don't want to have to deal with any of the header information stuff as well like in PERL cgi scripts. Any links or information anyone can give me to get me on my way? Thanks, Billy Sent via Deja.com http://www.deja.com/
- Previous message (by thread): Using Python for Web development
- Next message (by thread): Using Python for Web development
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list