Re: why isn't Unicode the default encoding?

2006-03-20 Thread Matt Goodall
-- __ / \__ Matt Goodall, Pollenation Internet Ltd \__/ \w: http://www.pollenation.net __/ \__/e: [EMAIL PROTECTED] / \__/ \t: +44 (0)113 2252500 \__/ \__/ / \ Any views expressed are my own and do not necessarily \__/ reflect the views of my employer

Re: Any python HTML generator libs?

2006-03-10 Thread Matt Goodall
of type %(type)s should be coloured %(color)s/p % results Don't forget that you may need to escape the application's data for inclusion in HTML: results = {'secnum': 1, 'type': 'string', 'color': 'blue', 'user':'Matt Goodall [EMAIL PROTECTED]'} print \ h1Section %(secnum)s/h1

Re: Twisted book opinions?

2006-02-09 Thread Matt Goodall
Jay Parlar wrote: I was hoping to get some c.l.p. opinions on O'Reilly's new Twisted book. I think it's a good book to get. I know a fair amount about Twisted but it still made for interesting reading. Tommi Virtanen (aka tv) posted a great review of the book shortly after it was published.

Re: psycopg2

2006-02-02 Thread Matt Goodall
. - Matt -- __ / \__ Matt Goodall, Pollenation Internet Ltd \__/ \w: http://www.pollenation.net __/ \__/e: [EMAIL PROTECTED] / \__/ \t: +44 (0)113 2252500 \__/ \__/ / \ Any views expressed are my own and do not necessarily \__/ reflect

Re: DB API and thread safety

2006-01-20 Thread Matt Goodall
that supports threadsafety level 2 - threads may share the module and connections. - Matt -- __ / \__ Matt Goodall, Pollenation Internet Ltd \__/ \w: http://www.pollenation.net __/ \__/e: [EMAIL PROTECTED] / \__/ \t: +44 (0)113 2252500 \__/ \__/ / \ Any

Re: recommended way of generating HTML from Python

2005-02-21 Thread Matt Goodall
is that it encourages good separation - HTML is HTML and logic is Python, as it should be - but does not get in the way when breaking the rules is necessary or just a lot easier. /advocacy Cheers, Matt -- __ / \__ Matt Goodall, Pollenation Internet Ltd \__/ \w: http://www.pollenation.net