Click here to Skip to main content
15,891,864 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to use Html in the Python language?
how to use apache in the python?
thanX
Posted
Comments
ghahreman sayyali 5-Mar-12 2:30am    
i dont no
ali sheibani 5-Mar-12 2:37am    
damet garm

1 solution

You don't use "apache in the python", but you can use Python modules with Apache, as well as other HTTP servers.
The best way of using Python for Web development is WSGI, please see:
http://en.wikipedia.org/wiki/Web_Server_Gateway_Interface[^].

To learn it, start here:
http://www.wsgi.org/en/latest/index.html[^],
http://webpython.codepoint.net/wsgi_tutorial[^],
http://docs.python.org/library/wsgiref.html[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900