Web Development Using Flask - Part 1
Web development in Python using the Flask framework
Jinja2 is a quick, efficient templating language for Python. It is modelled on Django's templates and has whole unicode support, auto-escaping and a discretionary integrated sandboxed execution environment.
I am a part-time developer and a full-time attorney. Over several years, I have developed a workflow-essential Docker-ized Flask app that I use on a daily basis. At this point, I am in desperate need of refactoring my amateur/inefficient code, but I simply do not have the time. An ideal developer has an intimate understanding of large databases (SQLAlchemy is the current db manager), file manage...
Web development in Python using the Flask framework
On Login, Sessions, Flush Messages, and Custom Error Handlers in Flask