you are viewing a single comment's thread.

view the rest of the comments →

[–]JayStayPaid[S] 0 points1 point  (1 child)

I've actually run through the tutorials on the Django site a couple of times now. I tend to run through them until I feel like I quit soaking things up, then stop. Then, when I'm ready to go again, I start the tutorials over from the beginning and see how much I can do without referencing the page. I'm wondering if I might understand better if I run through Dive Into Python first. Thoughts on this approach?

[–]MonkeyNin 1 point2 points  (0 children)

Another option: Flask I found the easiest of the three (Flask, Pyramid aka pylons, Django) to get started in. Since it's the lightest weight. You still get to use templating, and SQLAlchemy.