On Thu, 2006-09-14 at 19:19 +0000, BobJ wrote: > I do have a few questions for you if you don't mind me asking (this > is part of my survey research).
Bob, please be aware that every time you respond with your questions, you're reposting them to the list rather than to the individual who made comments. > 3. What specifically would you like to see on the web in terms of a > Training/Teaching module that would be helpful to understanding how to > use Python Web frame works? (ex: Screen casts, Pod cast Tutorials, Step > By Step Guidelines, More Example applications, ect ...) I've looked at Django, TurboGears and now Pylons. All of them have tutorials (and sometimes screencasts) and detailed API references (or they refer you to API guides of particular components). What I think could be improved is the architectural coverage, or, if you will, a more in depth "overview". The tutorials usually show you how to do this or that, but you need to dig into the API (or look at some of the example applications) to really understand how to implement features not covered in the tutorials. Or some people "wing it" and then they have trouble understanding the tracebacks. IMHO an architectural guide would make it easier to look up the needed APIs, or to decide whether to use one component (e.g., templating system) over another, and of course it would help in debugging. Joe --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss -~----------~----~----~----~------~----~------~--~---
