Re: PostgreSQL Python vs PHP

2005-07-25 Thread Luis P. Mendes
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I would like to thank all of you. For what I've read, I'll be using python instead of Php. Luis -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

Re: PostgreSQL Python vs PHP

2005-07-24 Thread Bruno Desthuilliers
Luis P. Mendes a écrit : (snip) I need to build it from the server and also client side. For the client side I'll be using Python. But for the server side, I would like to hear some opinions. Is it worth learning Php? I dont think so - unless you have no other choice !-) More

PostgreSQL Python vs PHP

2005-07-23 Thread Luis P. Mendes
Hi, I don't know anything about PHP and I'm initiating right now with PostgreSQL. Could someone tell me the pros and cons of assessing the PostgreSQL databases with Python vs. PHP? I will need to build a database that has to be assessed by a dozen clients via a web page in an intranet (possibly

Re: PostgreSQL Python vs PHP

2005-07-23 Thread gene tani
To be honest, this is a pretty open-ended question. Are there specific issues (SQL injection/security, minimizing db connections, simplest code, etc, your'e concerned with?) To be more honest, googline Python vs. PHP raises lots of hits http://wiki.w4py.org/pythonvsphp.html

Re: PostgreSQL Python vs PHP

2005-07-23 Thread gene tani
ok, to make this less open-ended, you should mention what O/S and web server you have in mind, whether the web and DB servers will be under your admin (big diff betw python and PHP, as far as finding shared server accounts at web hosts), what kinds of queries, concurrent read/write volumes,

Re: PostgreSQL Python vs PHP

2005-07-23 Thread Luis P. Mendes
gene tani wrote: To be honest, this is a pretty open-ended question. Are there specific issues (SQL injection/security, minimizing db connections, simplest code, etc, your'e concerned with?) Simplest code with be an important factor, since the db will be used far from max capabilities. Ease

Re: PostgreSQL Python vs PHP

2005-07-23 Thread Luis P. Mendes
gene tani wrote: ok, to make this less open-ended, you should mention what O/S and web server you have in mind, whether the web and DB servers will be under your admin (big diff betw python and PHP, as far as finding shared server accounts at web hosts), what kinds of queries, concurrent

Re: PostgreSQL Python vs PHP

2005-07-23 Thread Ivan Voras
Luis P. Mendes wrote: I need to build it from the server and also client side. For the client side I'll be using Python. But for the server side, I would like to hear some opinions. Is it worth learning Php? If you know Python and don't know PHP, there's little benefit from spending