Oh, if you do decide to write your own app from scratch in python, I highly suggest looking into WSGI:<br><br><a href="http://www.python.org/dev/peps/pep-0333/">http://www.python.org/dev/peps/pep-0333/</a><br><br><div class="gmail_quote">
On Nov 8, 2007 12:09 PM, Marshal Newrock &lt;<a href="mailto:marshal@idealso.com">marshal@idealso.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Looking for some opinions here. &nbsp;I have a fairly large app to write,<br>and I&#39;m still undecided on writing it in PHP or Python. &nbsp;It will<br>primarily be a web app, but I also want the option of command-line<br>access.
<br><br>The advantage of PHP is that more people know it, and I think it&#39;s<br>faster to develop a web app in PHP. &nbsp;I haven&#39;t tried writing a web app<br>in Python yet, though.<br><br>Python is a much cleaner language, and actively prevents many common
<br>coding mistakes. &nbsp;PHP&#39;s ability to use variables which have not<br>previously been defined is a point against it.<br><br>There&#39;s other arguments I can make for and against both, but I&#39;m<br>curious what opinions people have.
<br><br>There&#39;s also the question of frameworks. &nbsp;I&#39;m hesitant to use a<br>framework, though. &nbsp;From what I&#39;ve seen, they work great within the<br>limits of what they were designed to do, but as soon as you exceed
<br>those limits, things get much more interesting, which is to say,<br>difficult.<br><font color="#888888"><br>--<br>Marshal Newrock<br>Ideal Solution, LLC - <a href="http://www.idealso.com" target="_blank">http://www.idealso.com
</a><br>_______________________________________________<br>linux-user mailing list<br><a href="mailto:linux-user@egr.msu.edu">linux-user@egr.msu.edu</a><br><a href="http://mailman.egr.msu.edu/mailman/listinfo/linux-user" target="_blank">
http://mailman.egr.msu.edu/mailman/listinfo/linux-user</a><br></font></blockquote></div><br>