Truly platform-independent DB access in Python?

Bruno Desthuilliers onurb at xiludom.gro
Mon Aug 28 05:43:55 EDT 2006


bobrik wrote:
> Hello,
> 
> I am using the Python DB API for access to MySQL. But it is not
> platform-independent 

It is. You don't have to change your Python code according to the OS or
CPU.



-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb at xiludom.gro'.split('@')])"



More information about the Python-list mailing list