Interview Questions

Are there any interfaces to database packages in Python?

Python Questions and Answers


(Continued from previous question...)

Are there any interfaces to database packages in Python?

Yes.

Python 2.3 includes the bsddb package which provides an interface to the BerkeleyDB library. Interfaces to disk-based hashes such as DBM and GDBM are also included with standard Python.

(Continued on next question...)

Other Interview Questions