- Python Digital Forensics Cookbook
- Preston Miller Chapin Bryce
- 94字
- 2021-07-08 10:34:03
Using HTML templates
Recipe Difficulty: Easy
Python Version: 2.7 or 3.5
Operating System: Any
HTML can be an effective medium for a report. There are a great number of snazzy templates out there that can make even technical reports look appealing. That's the first step towards hooking the audience. Or, at the very least, a preventative measure to forestall the audience from instantly nodding off. This recipe uses one such template and some test data to create a visually compelling example of acquisition details. We really have our work cut out for us here.
推薦閱讀
- 黑客攻防從入門到精通(實(shí)戰(zhàn)秘笈版)
- Dynamics 365 for Finance and Operations Development Cookbook(Fourth Edition)
- Clojure Programming Cookbook
- 微服務(wù)與事件驅(qū)動架構(gòu)
- Java高手真經(jīng)(高級編程卷):Java Web高級開發(fā)技術(shù)
- Unity Virtual Reality Projects
- Python數(shù)據(jù)挖掘與機(jī)器學(xué)習(xí)實(shí)戰(zhàn)
- RESTful Java Web Services(Second Edition)
- Mastering Akka
- Scratch·愛編程的藝術(shù)家
- 零基礎(chǔ)學(xué)Python編程(少兒趣味版)
- 從零開始學(xué)Android開發(fā)
- 零基礎(chǔ)輕松學(xué)C++:青少年趣味編程(全彩版)
- Python Programming for Arduino
- Java并發(fā)實(shí)現(xiàn)原理:JDK源碼剖析