- 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.
推薦閱讀
- 大學計算機應用基礎實踐教程
- Mastering RabbitMQ
- Rust編程:入門、實戰與進階
- Python程序設計(第3版)
- Learn WebAssembly
- HTML5+CSS3網站設計基礎教程
- Java 11 Cookbook
- Mastering ServiceNow(Second Edition)
- Learning Unreal Engine Android Game Development
- Scratch3.0趣味編程動手玩:比賽訓練營
- Fast Data Processing with Spark(Second Edition)
- Vue.js 3應用開發與核心源碼解析
- Building Microservices with Go
- Python深度學習:基于PyTorch
- Mastering Swift 4(Fourth Edition)