public marks

PUBLIC MARKS with tags python & oracle

2007

cx_Oracle

by jdrsantos
cx_Oracle is a Python extension module that allows access to Oracle databases and conforms to the Python database API specification. This module is currently built against Oracle 9.2.0 and 10.2.0.

Mastering Oracle Python, Part 3: Data Parsing

by pvergain
There are countless reasons for parsing data, as well as tools and techniques to do it. But even the "right" tool may be insufficient when you need to do something new with the data. The same concerns exist for the integration of heterogeneous data sources. Sooner or later, the right tool for the right job happens to be a programming language. Oracle offers some very powerful utilities for loading, processing, and unloading data. SQL*Loader, Data Pump, external tables, Oracle Text, regular expressions—it's all there. Yet there is often a need to do things outside the database (or, trivially, perhaps you just weren't granted the necessary database privileges). Python delivers possibilities for efficient data parsing at a high level. The extensive standard library and many modules available for free on the Internet make it possible to work with data logic rather than dissecting bytes by hand.

Mastering Oracle Python, Part 2: Working with Times and Dates

by pvergain
Starting with the Python 2.4 release, cx_Oracle handles DATE and TIMESTAMP datatypes natively, mapping values of such columns to Python datetime objects from the datetime module. This offers certain advantages as datetime objects support arithmetic operations in-place. Built-in time zone support and several dedicated modules make Python a real time machine. The transition between Python and Oracle date/time datatypes is completely transparent to developers thanks to cx_Oracle's mapping mechanisms. Python developers might find Oracle's date arithmetic a bit odd at first, but only with a few tips it becomes completely clear and very reasonable. This part of the series will give you an in-depth understanding of date arithmetic from both Oracle and Python's point of view. Each of them offers rich support for handling date/time datatypes, so it is the programmer's choice which one to rely on. If you tend to put application logic inside the database or whether you prefer to encapsulate date/time operations in the application itself, the seamless integration of Oracle with Python offers you maximum flexibility with limited programming effort.

Mastering Oracle Python, Part 1: Querying Best Practices

by pvergain
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. The model of querying databases using DB API 2.0 remains consistent for all client libraries conforming to the specification. On top of this, Anthony Tuininga, the principal developer of cx_Oracle, has added a wide set of properties and methods that expose Oracle-specific features to developers. It is absolutely possible to use only the standard methods and forget about the "extra" ones, but in this installment you won't be doing that. The concept of universal database wrappers might work in some cases but at the same time, you lose all the optimizations that the RDBMS offers.

2006

2005

ADOdb

by rmaltete & 11 others
ADOdb is a Database Abstraction Library for PHP (and Python). for MySQL, PostgreSQL, Microsoft SQL Server, Oracle, Firebird, Interbase,LDAP, Access, VFP, DB2 and many other databases

PUBLIC TAGS related to tag python

Algorithm +   algorithms +   BEGINNING +   book +   books +   buy +   c +   c++ +   code +   compsci +   computer +   Cookbook +   database +   development +   documentation +   ebook +   ebooks +   framework +   free +   french +   functional +   game +   geek +   guide +   hg +   interview +   java +   languages +   learn programming +   machine learning +   OCaml +   OpenBook +   opensource +   pdf +   perl +   php +   programming +   py +   pygame +   pylons +   python3 +   python3.0 +   reference +   ruby +   scm +   toread +   turbogears +   tutorial +   unittest +   web +  

Active users

jdrsantos
last mark : 12/10/2007 14:13

pvergain
last mark : 05/10/2007 07:49

jmfontaine
last mark : 30/10/2006 08:59

rmaltete
last mark : 22/09/2005 08:17