On 10/09/11 21:44, Andre' Walker-Loud wrote:
What type of databases? sql server, mysql, sqllite?
Hi James,

well this already helps.  I don't even know.  Do I have to know ahead of time?  
Or is there a general database package that can open a databases without 
knowing there format?


Thanks,

Andre
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
You might look at http://www.sqlalchemy.org/, since it works with most databases. However if you are new on databases, I think you should start learning databases basics, choose a database management system (DBMS) that fit your needs and learn as much as you can about that specific DBMS. Then you can use SQLAlchemy or specific packagas (MySQL-Python, PyGreSQL,...) to acces to that DBMS. In addition if you are going to use frameworks, most of them already have their own tools for DB manipulation.
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to