- Python Digital Forensics Cookbook
- Preston Miller Chapin Bryce
- 106字
- 2021-07-08 10:34:03
Getting started
This recipe introduces HTML templating with the jinja2 module. The jinja2 library is a very powerful tool and has a number of different documented features. We will be using it in a rather simple scenario. All other libraries used in this script are present in Python's standard library. We can use pip to install jinja2:
pip install jinja2==2.9.6
In addition to jinja2, we will also be using a slightly modified template, called light bootstrap dashboard. This slightly modified dashboard has been provided with the recipe's code bundle.
To learn more about the jinja2 library, visit http://jinja.pocoo.org/docs/2.9/.
To download the light bootstrap dashboard, visit https://www.creative-tim.com/product/light-bootstrap-dashboard.
To download the light bootstrap dashboard, visit https://www.creative-tim.com/product/light-bootstrap-dashboard.
推薦閱讀
- Learn ECMAScript(Second Edition)
- Data Visualization with D3 4.x Cookbook(Second Edition)
- 解構產品經理:互聯網產品策劃入門寶典
- Debian 7:System Administration Best Practices
- Twilio Best Practices
- 基于Java技術的Web應用開發
- Designing Hyper-V Solutions
- YARN Essentials
- Web全棧工程師的自我修養
- INSTANT Passbook App Development for iOS How-to
- Working with Odoo
- Android傳感器開發與智能設備案例實戰
- 人工智能算法(卷1):基礎算法
- Mudbox 2013 Cookbook
- Apache Solr PHP Integration