Il giorno dom, 21/09/2008 alle 15.30 +0200, Massimo Capanni ha scritto:
> esiste un modulo in python per interfacciarsi con i database come DBI
> in Perl?
oh yes: http://wiki.python.org/moin/DatabaseProgramming
___
Python mailing list
Python@lists.pyth
I am pleased to announce version 0.12.0 of the Python bindings for Goocanvas.
It is available at:
http://download.gnome.org/sources/pygoocanvas/0.12/
The bindings are updated with the new Goocanvas API
PyGooCanvas 0.12.0 (Sep 21 2008)
==
o wrap goocanvas.Points fields (Gi
Salve a tutti,
esiste un modulo in python per interfacciarsi con i database come DBI in Perl?
___
Python mailing list
Python@lists.python.it
http://lists.python.it/mailman/listinfo/python
Alessandro Dentella ha scritto:
On Sat, Sep 20, 2008 at 03:30:42PM +0200, luciano fornari wrote:
Ciao a tutti,
ho scritto un programmino (di dubbia utilit ) che funziona come console.
Ecco il semplicissimo codice:
import os
while 1:
command = raw_input("she11: ")
os.system(command)