Open source English dictionary to use programmatically w/ python

Paul McGuire ptmcg at austin.rr.com
Mon Jan 7 18:15:47 EST 2008


On Jan 7, 5:10 pm, dgoldsmith_89 <d.l.goldsm... at gmail.com> wrote:
>
> Sorry for my ignorance: I can query an Access DB w/ standard SQL
> queries (and this is how I would access it w/ Python)?
>
> DG

If you are running on a Mac, just use sqlite, it's built-in to Python
as of v2.5 and you will find more help, documentation, and fellow
Python+sqlite users than you will Python+Access.

-- Paul



More information about the Python-list mailing list