> Django is easy to get started in, and good for quick easy projects, > but not so good for large complex projects.
Now, I'm obviously biased (I'm one of the lead developers of Django), so I I'm going to stay away from the "which should I use" question. However, this blanket statement that Django isn't good for "large complex projects" is a very unfair characterization. There are *plently* of "large complex projects" that use Django; the one I'm most familier with is Ellington, the commercial CMS that Django was extracted from. Sloccount reports that it's around 50k lines of Python code in around 1k files, and I can tell you right now Django suits it just fine :) I could name any other of other large projects, but I won't bore anyone. Point is, the best way to figure out which of these (or any!) tools suit you is to download 'em and play around. Free Software rocks that way :) Oh, and if you're a VMware user, a great way to get started playing around is to download the Python Web Developer VM (http://www.vmware.com/vmtn/appliances/directory/289); it's got just about every Python web toolkit pre-installed, and it's super fun for messing around with. The point is that sweaping generalizations without any facts or specifics to back 'em up aren't worth the (virtual) paper they're printed on. Trust your own judgement. Jacob --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

