Nothing comes even close to Python in this regard. I find its flexibility and the sheer amount of resources for it staggering.
That said, Python is not only Django; I don't even like it and much prefer Flask.
But, if one wants to get into python for the web, I'd recommend trying to create a simple REST API using only the standard library. It's not something one would use (there are libraries and frameworks for that); but it will create the right state of mind and, for beginners in python, will teach a lot of what's needed for the language, at least in terms of web development.