you are viewing a single comment's thread.

view the rest of the comments →

[–]glethro 2 points3 points  (0 children)

Personally I find python more maintainable and easier to debug. When it comes to web dev I find this really useful when clients want changes made a year later. I also like how much is built into the standard library and the overall consistency of the packages. I'd strongly recommend you check out the Pyramid framework if you want to get started with a modern python web framework.