SQLAlchemy tutorial

Ben Finney ben+python at benfinney.id.au
Sun Aug 3 06:17:56 EDT 2014


Martin S <shieldfire at gmail.com> writes:

> Problem is the [SQLAlchemy] tutorials I've been looking at all produce
> various errors when following them (and pretty early on).

SQLAlchemy has been progressively adding support for Python 3, so it
matters which version of SQLAlchemy you install.

For best results, it seems SQLAlchemy version 0.9 or later
<URL:http://docs.sqlalchemy.org/en/rel_0_9/changelog/migration_09.html#targeting-python-2-6-and-up-now-python-3-without-2to3>
supports Python 3 seamlessly.

> Anyone got a suggestion for SQLAlchemy and Python 3.4 they can
> recommend?

The official documentation <URL:http://docs.sqlalchemy.org/> is the
right place to start, once you can get compatible versions of SQLAlchemy
and Python together.

-- 
 \      “It seems intuitively obvious to me, which means that it might |
  `\                                           be wrong.” —Chris Torek |
_o__)                                                                  |
Ben Finney




More information about the Python-list mailing list