[EMAIL PROTECTED] wrote: > Hi, > > We just executed a project with Python using TG. The feedback was to > use more python like programming rather than C style code executed in > Python. The feedback is from a Python purist and for some reasons we > cannot solicity his help. > Practicality beats purity: if your code is working, and you aren't having performance problems then you don't need to revisit the code (yet).
> So we'd like to do is to scrub through the codebase and identify places > where the codebase needs improvement, both from styling as well as > design. Is there any website that can provide me with advanced tips > rather than just tutorials coz thats not of much help. > The PEP 8 style guide can help. > The project involves: > 1. A server module that receives messages from a datalogger to populate > a database > 2. A DB access module that interfaces with the UI > > The technologies we use are TurboGears, SQLAlchemy, CherryPy, Kid > templates. > > Any help will be greatly appreciated. If you would like to get involved > in it for $$ (experienced in the tools mentioned above) as well do let > me know. I need help asap as the deadlines are very very short. > Well, are you *sure* you need a review? regards Steve -- Steve Holden +44 150 684 7255 +1 800 494 3119 Holden Web LLC/Ltd http://www.holdenweb.com Skype: holdenweb http://holdenweb.blogspot.com Recent Ramblings http://del.icio.us/steve.holden --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

