Ask HN: how to Learn MVC?
I'm learning Python and Django but I need to grasp this MVC pattern stuff. Any good books or screencasts explaining how MVC works? I'm a beginner so a basic explanation would be appreciated.
3 comments
Would be great to talk to you more, based on your previous questions/posts, but no contact info listed. I have some of the same questions that you've had.
feel free to contact me [email protected]
Check out this Rails MVC pattern (http://addyosmani.github.io/backbone-fundamentals/#mvc-appli...) explained by Addy Osmani for developing Backbone Apps. Rails MVC is said to be very similar to Django MVC, so this should be pretty useful.