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


Groups > comp.lang.python > #75586 > unrolled thread

Re: SQLAlchemy tutorial

Started byBen Finney <ben+python@benfinney.id.au>
First post2014-08-03 20:17 +1000
Last post2014-08-03 20:17 +1000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#75586 — Re: SQLAlchemy tutorial

FromBen Finney <ben+python@benfinney.id.au>
Date2014-08-03 20:17 +1000
SubjectRe: SQLAlchemy tutorial
Message-ID<mailman.12575.1407061095.18130.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web