Ask HN: Which language is better for fast web developping?
https://news.ycombinator.com/item?id=787314I currently use PHP (with some homemade Database/Templating/Routing utilities) for fast developement (little web projects for friends or just a "week end thing").
I also use Python for any other purposes (console programs, scripts, long-running processes, batches). I had a look at Webpy, Django and Turbogears but I don't feel comfortable with those framework for little web apps.
What's your choice?