2008/8/14 Benjamin Serrato <[EMAIL PROTECTED]>:
> Are there any modules I should know about? Specifically How can I read/write
> from places.sqlite?
Here's some code to get you stared (requires python 2.5):
>>> import sqlite3
>>> db = sqlite3.connect('places.sqlite')
>>> c = db.cursor()
>>> c.exe
Are there any modules I should know about? Specifically How can I
read/write from places.sqlite?
Hi,
pysqlite3 is the python wrapper for the SQLite libs. It is included with
Python 2.5 and newer.
Docs are at
http://oss.itsystementwicklung.de/download/pysqlite/doc/usage-guide.html
Have f
I was trying to learn python a few months back but was distracted. I was up
to OO programming.
I don't like the way bookmarks work in Firefox so, I would like to take the
bookmark file in Firefox 3 and build a markup file from it that shows all of
the bookmarked files under their headers with the