Hacker News new | past | comments | ask | show | jobs | submit login

I think SQLAlchemy's documentation is actually pretty good; it's extremely thorough. SQLAlchemy is also extremely well designed/written (as is Django), though it tends not to hide its complexity. SQLAlchemy's sessions are more complex than Django's equivalent. This is because SQLAlchemy assumes a more general case, where as Django assumes you're making a standard CRUD web application. They're both good at what they do.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: