- 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.
推薦閱讀
- Extending Jenkins
- 極簡算法史:從數學到機器的故事
- Objective-C應用開發全程實錄
- Learn Type:Driven Development
- Java 開發從入門到精通(第2版)
- Interactive Data Visualization with Python
- Python爬蟲開發:從入門到實戰(微課版)
- Git高手之路
- Practical DevOps
- 差分進化算法及其高維多目標優化應用
- Python面向對象編程:構建游戲和GUI
- C語言程序設計
- Learning Apache Cassandra
- ElasticSearch Cookbook(Second Edition)
- FFmpeg開發實戰:從零基礎到短視頻上線