Hi.
I'm a long-time PHP developer looking to try out Python for web development. I've used Python in the past a bit, but I'm still quite new at it.
I've taken a look at Pylons, and I have to say that it's extremely confusing to me. All the documentation I can find are just "copy and paste this" tutorials which don't seem to explain much.
For example, why can't controllers automatically render a specific view on a default template or something? Do I need to add a million import statements on top of every controller?
It's just that it feels so glued together - like there is no standardization between the components.
So what's the best way to learn Pylons?
Of course there's other options, but do you have something else to recommend? I'm not really looking for much - MVC, an ORM and some form generation would be more than enough to satisfy me.
I've also looked at Django, but from what I can gather, it's more of a thing suited for CMS with all the admin panels etc. than generic "web services" (or whatever the term is).