SQLACodeGen is a work of genius. Here is the command you use to generate the model classses for your database. Lately I'm working with MySQL, previously I was working with PostgreSQL.
sqlacodegen mysql://user:password@server/database > mymodels.py
Had I been aware of SQLACodeGen three months ago, I would have used SQLAlchemy for a project where instead I wrote a lot of raw SQL.