Hi I am supposed to select a good technology(PHP or Python) for a project. Among these two, which one is best suit for a novice. Thanks.
i would tell python is better suited for resource-intensive back end processes, whereas php is well-equipped for front end interface-related applications.
Python is more structured and the code is easier to read years later ... (google is written in Python) but for web based projects PHP is more convenient because you can mix it with html easily, no cgi interface needed, and so forth. Python is much better for string and text manipulation. I use it for all my own utilities as there is a windows32 library which makes it easy to use on a pc. I have also used it to build screen scrapers as it has great libraries for reading web pages. So the answer is: it depends what the project is.