- Python Digital Forensics Cookbook
- Preston Miller Chapin Bryce
- 102字
- 2021-07-08 10:34:05
Getting started
There are a number of different Python libraries with varying support for Excel and its many features. In this recipe, we use the xlsxwriter module to create a table and graph of the data. This module can be used for much more than that. This module can be installed by pip using the following command:
pip install xlsxwriter==0.9.9
To learn more about the xlsxwriter library, visit https://xlsxwriter.readthedocs.io/.
We also use a custom utilcsv module that we wrote based on the previous recipe to handle interactions with CSVs. All other libraries used in this script are present in Python's standard library.
推薦閱讀
- Boost程序庫完全開發指南:深入C++”準”標準庫(第5版)
- Monkey Game Development:Beginner's Guide
- Linux核心技術從小白到大牛
- Java程序設計與實踐教程(第2版)
- Android Native Development Kit Cookbook
- 信息技術應用基礎
- 網絡數據采集技術:Java網絡爬蟲實戰
- C++從入門到精通(第6版)
- Training Systems Using Python Statistical Modeling
- Python物理建模初學者指南(第2版)
- Keil Cx51 V7.0單片機高級語言編程與μVision2應用實踐
- jQuery Mobile Web Development Essentials(Second Edition)
- 深入理解Kafka:核心設計與實踐原理
- Hadoop Blueprints
- Instant AppFog