On 6 August 2012 05:24, Sayth Renshaw <[email protected]> wrote: > What would the disadvantage be of using Pyramid over a PHP framework ?
PHP was created specifically to create simple, dynamic web sites. Python is a general-purpose language and much more capable. If you have simple needs and little programming experience, then PHP is a lot easier to get started with. But if you have at least some programming experience, or you're willing to learn, you'll be *much* happier with Python. And Pyramid's a great way to get started with web programming – and as a bonus, you probably won't ever outgrow it. \malthe -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
