472,127 Members | 1,705 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,127 software developers and data experts.

Python for web development ...


Hi everyone,

I have to do a web based application for my final year project. Since,
i am only familiar with basic HTML and Java Script, i am totally new
to this one. My friends are using LAMP (P->PHP). But i want to use
Python. Is it possible to use Python with Apache and MySQL. Is it
possible ? Any websites/books ?

Thank you

Aug 22 '07 #1
1 958
On Aug 22, 5:13 pm, thushiantha...@gmail.com wrote:
Hi everyone,

I have to do a web based application for my final year project. Since,
i am only familiar with basic HTML and Java Script, i am totally new
to this one. My friends are using LAMP (P->PHP). But i want to use
Python. Is it possible to use Python with Apache and MySQL. Is it
possible ? Any websites/books ?

Thank you
there are a number of ways to do it. I've used mod_python embedded
into Apache and it worked well and I found it easy to pick up and
advanced enough to do pretty much whatever I wanted. There are in
depth docs and tutorials on the mod_python page. You could also look
at a preconfigured stacks like Turbogears or Django although they may
have many features you don't need. Have a look at
http://wiki.python.org/moin/WebFrameworks

Aug 22 '07 #2

This discussion thread is closed

Replies have been disabled for this discussion.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.