Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #75586

Re: SQLAlchemy tutorial

From Ben Finney <ben+python@benfinney.id.au>
Subject Re: SQLAlchemy tutorial
Date 2014-08-03 20:17 +1000
References <CAHXoDSA0ObRvMdbpqoiW7tapv+bjZ_TFQt9k91-9mq_RhNEBXA@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.12575.1407061095.18130.python-list@python.org> (permalink)

Show all headers | View raw


Martin S <shieldfire@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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: SQLAlchemy tutorial Ben Finney <ben+python@benfinney.id.au> - 2014-08-03 20:17 +1000

csiph-web