On 05/12/06, Nader <[EMAIL PROTECTED]> wrote: > > Hello, > > I would like to spend time to learn one (maybe both) of these tools to > make some application. I have learned Python because of his advantages > to compare to other languages. I have rewritten a lot of bash scripts > in Python. I have some experince with PHP also. But I would like to use > Python for develop some web application also. But I don't know > preciesly which of them (Django or Turbuears) is more applicable. I > don't dare to say which of them is better, because I can't judge about > it. I don't have enough knowledge about it. I would like to hear > somebody who has this knowledge.
If you're quite new to Python programming and web programming in general, then I'd suggest Django. It's better documented and easier to get started in. If you get frustrated that you can't do certain things in it, then give TurboGears a look. Having said that, both systems have some interactive tutorials that you can do in an hour or so. Do at least one from each system and see which seems to fit your way of thinking. Personally, I think TurboGears tends to be hard work, but much more satisfying, and you learn a lot from using it. So maybe, TurboGears for hobby or learning. Django for high-pressure work environment. TurboGears for low-pressure work environment (ie when you get to do your learning on the job). Ed Ed --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

