Python Flask-WTF tricks I use Flask-WTF's What the Form module for most of my Flask projects as it takes care of things like csrf tokens and so on which is a nice piece of mind. I have recently come across a couple of really powerful features that have been hiding from
Python Database Listeners I'm starting to work on a system of checks to ensure the database is up to date. The way I see it, the checks will run on a fairly regular cron and generate 'issues' where Data doesn't line up. Users will also have a
Flask Building queries with Flask-SQLAlchemy I guess it's probably about time I wrote about a bit of code on this little blog of mine. [SQLAlchemy](http://www.sqlalchemy.org/" title="SQLAlchemy) is a 'Python SQL Toolkit and Object Relational Mapper'. As we know Flask is pretty barebones but there&