Re: Python module
"Bruce D'Arcus" <[email protected]> Thu, 12 Feb 2009 13:31:09 -0500
| Newsgroups | gmane.text.refdb.general |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Feb 2, 2009 at 5:10 AM, Torsten Bronger <[email protected]> wrote: > Hallöchen! > > Has anyone already written a Python module for RefDB? > > I'm thinking about a Django app for RefDB because we could need > RefDB in our institute and we have already Django running. Django's sweet! > However, the first step is a standalone module talking with refdbd. > Is it better to communicate via TCP or better to call refdbc? TCP > seems more elegant, however, I haven't any experience with low-level > networking. > > What's the better source of inspiration? The Ruby or the Perl > module? But, as with Ruby on Rails, Django's benefit mostly lies in the mapping between DB tables, Python objects, and the UI (for example, the automatic admin). So am not sure either of these are good examples? I guess it depends on what you want to do ... Bruce ------------------------------------------------------------------------------