v said:
Please help..... I'm new with Python.
Using Boa (or Pythoncard) and pysqlite, how can I read/write from/to
database, thanks
First learn how to read/write data from your db (without any gui stuff).
Then learn how to use your gui (without any db stuff). Then make the two
working together, and you're done !-)
--
bruno desthuilliers
ruby -e "print '(e-mail address removed)'.split('@').collect{|p|
p.split('.').collect{|w| w.reverse}.join('.')}.join('@')"
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in '(e-mail address removed)'.split('@')])"