• Question
2
Responses
PHP or Python?
Qual é o melhor?
Difficulty Rating 
  • Internet & Web / Programming & Scripting    Posted Jan 25 at 4:30 am by
  • Malkhut
Profile Photo
PHP
  • Posted Feb 26 at 8:42 pm by
  • Raman
Profile Photo
Well, in general I'd say Python is better than PHP at pretty much everything but: * Regularly available on commercial hosts * Unified basis for web development (there's still a lot of MVC-like frameworks built on PHP, but they share more in common than in Python) * Always uses a multiprocess model that both protects against bugs (or at least, your server stays up no matter how buggy your PHP app or libraries), and not too inefficient (like CGI). * Easy to install and administer PHP applications; there can be a lot of nuisances when installing Python web applications, like sys.path etc.
  • Posted Jul 09 at 1:11 am by
  • Dylan