I am migrating my django project to pylons and am up to form validations.
Is the builtin formencode module sufficient for form validation or is WTforms a “better” option? What would be the advatanges of using wtforms?
I chose sqlalchemy as the orm backend so something that plays nicely with that would be nice too.
WTForms is very similar to django forms. If you are migrating you should probably use it to speedup your migration.