#34: Jinja Templates
A web application that only returns plain strings is boring. To turn your Flask application into something optical pleasing, we need a template engine like Jinja.
A web application that only returns plain strings is boring. To turn your Flask application into something optical pleasing, we need a template engine like Jinja.
The default launch configuration in VS Code for Flask is a great help. However, there is one little optimisation that massively improves your development experience.
It is now time for me to do some web development. I choose the Flask framework because it allows me to start quickly and later add more functionality when I need it.
If you work with a REST API, you may use curl to explore the various actions. The Python project HTTPie is a user-friendly replacement with a much clearer syntax.