I just talked to him. He just doesn't know about python frameworks. What frame work would you (and all reading this) recommend? Preferably one with a startup tutorial that doesn't requie a degree in CS.
On Fri, Jun 25, 2010 at 2:11 PM, Rob Yates <[email protected]> wrote: > Some frameworks are messy, but others are just modules on the python path > (and are may times native python). Is that latter an issue for your > webmaster? > > -Rob > > On 6/25/10 1:48 PM, Bradley Hintze wrote: >> >> I was hoping to avoid me frame works mess at all costs as my project >> will be put on our main server. I guess frameworks are unavoidable? >> This won't make our web master happy. >> >> On Fri, Jun 25, 2010 at 1:35 PM, Shivek Khurana<[email protected]> wrote: >> >>> >>> To : Bradley Hintze >>> If you are a python2.x person, you should start with >>> frameworks (preferably pylons, or cherrpy). >>> It will increase your productivity and you'll get to learn >>> a lot. >>> --(period)-- >>> If you are a python3.x person, you must consider shifting >>> to latest version of python2.x . ;) That's what I did. >>> >>> >>> On Fri, Jun 25, 2010 at 10:37 PM, Bradley Hintze >>> <[email protected]> wrote: >>> >>>> >>>> I'll give it a try. >>>> >>>> Thank you! >>>> >>>> On Fri, Jun 25, 2010 at 1:05 PM, Clodoaldo Neto >>>> <[email protected]> wrote: >>>> >>>>> >>>>> 2010/6/25 Bradley Hintze<[email protected]>: >>>>> >>>>>> >>>>>> Do you know of any good tutorials minus django, cherrypy and the like; >>>>>> just mod_wsgi alone??? >>>>>> >>>>> >>>>> I can't tell about the good part because I wrote it, but this one is >>>>> pure wsgi: >>>>> >>>>> http://webpython.codepoint.net/wsgi_tutorial >>>>> >>>>> Regards, Clodoaldo >>>>> >>>>> >>>>>> >>>>>> On Fri, Jun 25, 2010 at 12:36 PM, Shivek Khurana<[email protected]> >>>>>> wrote: >>>>>> >>>>>>> >>>>>>> It can do a lot more. >>>>>>> >>>>>>> On Fri, Jun 25, 2010 at 9:29 PM, Bradley Hintze >>>>>>> <[email protected]> wrote: >>>>>>> >>>>>>>> >>>>>>>> Hi all, >>>>>>>> >>>>>>>> I'm a newbie to WSGI and am having trouble finding a tutorial of >>>>>>>> form >>>>>>>> handeling using mod_wsgi without running into frame works such as >>>>>>>> Django. Is there a tutorial on mod_wgsi form handeling without the >>>>>>>> frame wroks? I want to take input from the client, use the input to >>>>>>>> run a given python script and return HTML to the client bassed on >>>>>>>> the >>>>>>>> script output. This is what I thaught WSGI did. Was I mistaken? >>>>>>>> >>>>>>>> Thanks >>>>>>>> -- >>>>>>>> Bradley J. Hintze >>>>>>>> Graduate Student >>>>>>>> >>>>>>>> -- >>>>>>>> You received this message because you are subscribed to the Google >>>>>>>> Groups >>>>>>>> "modwsgi" 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/modwsgi?hl=en. >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> -- >>>>>>> You received this message because you are subscribed to the Google >>>>>>> Groups >>>>>>> "modwsgi" 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/modwsgi?hl=en. >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Bradley J. Hintze >>>>>> Graduate Student >>>>>> Duke University >>>>>> School of Medicine >>>>>> 801-712-8799 >>>>>> >>>>>> -- >>>>>> You received this message because you are subscribed to the Google >>>>>> Groups "modwsgi" 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/modwsgi?hl=en. >>>>>> >>>>>> >>>>>> >>>>> >>>>> -- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "modwsgi" 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/modwsgi?hl=en. >>>>> >>>>> >>>>> >>>> >>>> >>>> -- >>>> Bradley J. Hintze >>>> Graduate Student >>>> Duke University >>>> School of Medicine >>>> 801-712-8799 >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups >>>> "modwsgi" 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/modwsgi?hl=en. >>>> >>>> >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "modwsgi" 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/modwsgi?hl=en. >>> >>> >> >> >> > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" 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/modwsgi?hl=en. > > -- Bradley J. Hintze Graduate Student Duke University School of Medicine 801-712-8799 -- You received this message because you are subscribed to the Google Groups "modwsgi" 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/modwsgi?hl=en.
