[EMAIL PROTECTED] 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 '[EMAIL PROTECTED]'.split('@')])" -- http://mail.python.org/mailman/listinfo/python-list