Re: My personal candidate for QOTW (was: Python interpreter in Basic or a Python-2-Basic translator.)

2005-05-01 Thread Leif Biberg Kristensen
must be >>"safe." Any other development environments (such as Java, Perl, > . > . > . This is clear evidence supporting the theory that being in charge of security and being able to think have no significant correlation. And, yes: +1 QOTW from me, too. -- Leif Biberg Kristensen -- http://mail.python.org/mailman/listinfo/python-list

Re: Python or PHP?

2005-04-23 Thread Leif Biberg Kristensen
writing SQL queries in Python like this, using PostgreSQL and psycopg: cursor.execute("select * from foo where bar=%s" % baz) Is that wrong, and how should I have been supposed to know that this is bad syntax? No doc I have seen actually has told me so. -- Leif Biberg Kristensen