© 2023 Hashnode
#jinja
In this problem set, we are tasked to build a web application that allows users to buy and sell stocks, using a virtual currency, and track their portfolio over time. We will take a closer look at the…
Introduction to flask Flask is a lightweight web application framework written in Python, based on the Werkzeug WSGI toolkit and Jinja2 template engine. In this post, we will explore the development o…
Flask is a well-documented lightweight Python framework which eases the process of building web applications. It has a variety of useful extendable features. In this tutorial, we will learn how to wri…
Increasingly, I’m seeing myself using a search engine less, in favor of specific, AI-generated code to solve my programming problems. AI-assisted coding is a great way to enhance your productivity and…
What is Jinja ? Jinja is a fast, expressive, extensible templating engine. Special placeholders in the template allow writing code similar to Python syntax. Then the template is passed data to render …