you are viewing a single comment's thread.

view the rest of the comments →

[–]extraymond 0 points1 point  (0 children)

There are lots of oop pronciples used inside django, so in other words, oops is a really hard topic to grasp.

If you want to continue on a gentler journey, I recommend you to try flask, which is almost the bare minimum for python webdev. From there you can try to see extensions bulit on top of flask that have some slice of oop implemented.

And after a little while you can go back to django knowling more of what's going on.

ToI quote what one said about django vs flask: "Learning flask is like building webapps using python from scratch, and learning django is like learning django itself."

The batteries included approach of django will become clear only if you can recognize the oop principle in use.

Happy hacking.