SqlAlchemy how and where it can be used?

Bruno Desthuilliers onurb at xiludom.gro
Mon Oct 9 06:55:24 EDT 2006


tomec at obywatel.pl wrote:
> hello,
> 
> Ive read some articles about SqlAlchemy but i don't know where i can
> use this?

In any Python program.

> Lets say that i would like to create some application which will be
> using sqlAlchemy My question is
> which programming language can i code to use it? (only Python)?

Err... I don't know how and why you would use a Python package in
another language ???

SQLAlchemy is an interface between your Python program and a SQL DBMS.
It's *not* the SQL DBMS itself. Given your questions, I think you'd
better first learn what's an SQL DBMS.

-- 
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