On 28 Mai, 17:12, Sebastian Bassi <sba...@clubdelarazon.org> wrote:
> On Fri, May 28, 2010 at 9:41 AM, Tino Wildenhain <t...@wildenhain.de> wrote:
> > Did you consider adding a part dealing with postgresql too?
> > (Especially interesting in the way you can write stored functions
> > in python there)
>
> That is a good idea for the next version/edition. But meanwhile I
> could write something in my blog atwww.py4bio.com
> Best,
> SB

Indeed a style like
> user="root"
is not that nice.

I had no look at the chapter but recommend you to read the PEP 8 -
Python style guides (code conventions for python).

Imo a book have to be kinda exemplary. And bad style sucks anyway ...

PS:
> user = 'root' or user = "root"
... would be much more beautyful.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to