easiest transition for a PHP website to move to Python?

Lothar Scholz llothar at web.de
Fri Jan 30 08:55:18 EST 2004


Python Baby <python at hitmedia.com> wrote in message news:<mailman.1023.1075441969.12720.python-list at python.org>...
> I've got a database-driven website that's written entirely in PHP.
> 
> It's all pretty MVC : NOT embedded little calls inside HTML, but
> rather little controller apps in the webroot that merge data with
> HTML templates on the fly.
> 
> But for various reasons (mostly fun) I want to rewrite it in Python.
> 
> There are so many different approaches, though!  Zope, Twisted,
> mod_python, clearsilver, and all the goodies in standard library.
> 
> What would be the SMOOTHEST TRANSITION for a newbie like me to
> rewrite my PHP+MySQL website to Python?
> 
> 

Most important, what can you use ? 
If you are independ, this means have your own dedicated or virtual
server, then i would suggest webware which is the most sophisticated
real python (Zope is not python) solution. Twisted is more a server
framework then a web solution.

If you don't want a app server then use mod_python with one of the ten
web frameworks. Look at www.python-hosting.com for a list. I recommend
Quixote or Sypce.



More information about the Python-list mailing list