Is it easier to build web databases using python or php?

[Edit]
The meaning of this question is not entirely clear. If it refers to relational databases using SQL (Structured Query Language), virtually all programming languages including Python and PHP support various methodologies for reading and writing records stored by the database engine (which might be Postgress, MySQL, Oracle, SQL Server or another relational database).

Likewise, even a flat file stored on a local file system is technically a database, and virtually all general purpose compilers and interpreters support reading and writing of such files, including PHP and Python (as do Perl, TCL, AWK, C/C++, Fortran, Ruby, COBOL, ADA and most others). [JMH]

Improve Answer Discuss the question "Is it easier to build web databases using python or php?" Watch Question

First answer by John.m.horn. Last edit by John.m.horn. Contributor trust: 16 [recommend contributor]. Question popularity: 2 [recommend question]

Research your answer:

Answers.com > Wiki Answers > Categories > Technology > Computers > Internet > Web Programming > Is it easier to build web databases using python or php?