- 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.
推薦閱讀
- Advanced Machine Learning with Python
- Ceph Cookbook
- Rust實戰(zhàn)
- 劍指JVM:虛擬機實踐與性能調(diào)優(yōu)
- Machine Learning with R Cookbook(Second Edition)
- Python網(wǎng)絡(luò)爬蟲從入門到實踐(第2版)
- RTC程序設(shè)計:實時音視頻權(quán)威指南
- 云計算通俗講義(第3版)
- 零基礎(chǔ)學(xué)單片機C語言程序設(shè)計
- 從Excel到Python:用Python輕松處理Excel數(shù)據(jù)(第2版)
- Python+Tableau數(shù)據(jù)可視化之美
- LabVIEW虛擬儀器入門與測控應(yīng)用100例
- Python從入門到精通
- Visual Basic 6.0程序設(shè)計實驗教程
- Java EE企業(yè)級應(yīng)用開發(fā)教程(Spring+Spring MVC+MyBatis)