Wednesday, January 23, 2008

Mastering Oracle Python, Part 1: Querying Best Practices

Mastering Oracle Python, Part 1: Querying Best Practices: "Among the core principles of Python's way of doing things there is a rule about having high-level interfaces to APIs. The Database API (in this case the Oracle API) is one example. Using the cx_Oracle Python module from Computronix, you can take command over the Oracle query model while maintaining compatibility with Python Database API Specification v2.0."