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.
In a lot of our applications, we have a need to implement a notification system. This may involve sending emails or SMS messages to users, individually or in bulk. Typically, we need to reinvent this for every application. Now, we want to create a single micro-service that can handle all these use cases. To achieve this, we will be helping you by providing a detailed design to implement this once we receive your bids so that it's a straightforward and smooth implementation.
Web development in Python using the Flask framework
On Login, Sessions, Flush Messages, and Custom Error Handlers in Flask