- 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.
推薦閱讀
- Advanced Splunk
- Oracle 11g從入門到精通(第2版) (軟件開發視頻大講堂)
- Selenium Design Patterns and Best Practices
- Java技術手冊(原書第7版)
- Java:Data Science Made Easy
- 匯編語言程序設計(第3版)
- 琢石成器:Windows環境下32位匯編語言程序設計
- 單片機應用與調試項目教程(C語言版)
- 從Excel到Python:用Python輕松處理Excel數據(第2版)
- Python忍者秘籍
- Extending Puppet(Second Edition)
- Domain-Driven Design in PHP
- Julia 1.0 Programming Complete Reference Guide
- .NET Standard 2.0 Cookbook
- Beginning C++ Game Programming