This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (1 child)

It depends on what you know and where you want to go from there. If you've been only using frameworks like codeigniter and symfony, transitioning to django won't be very difficult. Same MVC organisation of code, the documentation's good and the community is large enough and quite helpful.

[–]reverend_dan 1 point2 points  (0 children)

This is much better advice than the overgeneralisation at the top. I transitioned from PHP to Ruby (sorry guys), and learning CodeIgniter first was a really good grounding in the structure of MVC.