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.
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.
Check out this Rails MVC pattern (<a href="http://addyosmani.github.io/backbone-fundamentals/#mvc-applied-to-the-web" rel="nofollow">http://addyosmani.github.io/backbone-fundamentals/#mvc-appli...</a>) 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.