during the last month i've dedicated myself to the study of Flask, a python framework for building web application.
Following different tutorials i've found online, I've discovered SQLAlchemy.
To be honest, i find it complicated and not really useful since i have a pretty good knowledge of SQL language.
What i want to understand is if there is any major gain in using ORM like SQLAlchemy that i'm missing (maybe some security issue in using pure sql that i don't know about?).
Also, i would appreciate if you could advice me of what's the best python library for working with pure SQL queries.