Web presentation layer/framework for python - recommendations?
Hi, I am a python newbie and need some advice. I have been charged with redeveloping a web application with a front end written in python that has a backend of XML files. Currently it doesn't adequately separate out the presentation code from the content code. Frankly it’s a mess (think bowl of spagetti). Does anyone have any recommendations for python toolkits or templating systems that would simplify the cleanup and make the code more maintainable in the future? I am a newbie, but not afraid to have a go. I also haven't done any real application programming for a while - bit of perl and java stuff a few years back. Just do perl/python/shell scripting these days. All comments welcome :-) Regards Anthony. Mr Anthony Hornby Library Systems and Technology Coordinator Charles Darwin University (CRICOS 300K) Phone: +61 8 8946 6011 Email: [EMAIL PROTECTED] (remove the .no-spam) -- http://mail.python.org/mailman/listinfo/python-list
Text & Unicode processing references on the web.
Hi, I am starting my honours degree project and part of it is going to be manipulating ASCII encoded XML files from a legacy database and converting them to Unicode and doing text processing stuff on the data. I am new to python ( total n00b ) but am keen to use it as the rest of the software my application has to extend is already written in python, plus I've always wanted to learn more about it - so here's my chance :-) I've written stuff in Java and Perl so I expect I'll pick up the basics without too much trouble. Can anyone point out some good "Python & Unicode" and "Python & Text processing" resources on the net to get me started? Any good book recommendations? Thanks a lot for your help. -- Mr Anthony Hornby RHCE BIT ALIATEC Library Systems & Technology Coordinator Charles Darwin University | CRICOS 300K [EMAIL PROTECTED] | office +61 8 89 466011 -- http://mail.python.org/mailman/listinfo/python-list
Re: Text & Unicode processing references on the web.
Hi Martin, Thanks for the useful links :-) Anthony. On Sat, 2005-04-09 at 13:46 +0200, "Martin v. LÃwis" wrote: > anthony hornby wrote: > > Can anyone point out some good "Python & Unicode" and "Python & Text > > processing" resources on the net to get me started? Any good book > > recommendations? > > As a quick Unicode tutorial, I'd recommend > > http://www.jorendorff.com/articles/unicode/python.html > http://www.egenix.com/files/python/Unicode-EPC2002-Talk.pdf > > For text processing, you should read the "Strings" section of the > library reference: > > http://www.python.org/doc/current/lib/strings.html > > Notice there is also a separate section on SGML/XML > > http://www.python.org/doc/current/lib/markup.html > > PyXML has its own documentation page, on > > http://pyxml.sourceforge.net/topics/docs.html > > As for book recommendations: What language? I would recommend > > Fischbeck, v. LÃwis: Python 2 > > :-) It covers all of these topics. > > Regards, > Martin -- -- http://mail.python.org/mailman/listinfo/python-list