- Python Digital Forensics Cookbook
- Preston Miller Chapin Bryce
- 76字
- 2021-07-08 10:34:05
Getting started
Part of this recipe uses the unicodecsv module. This module replaces the built-in Python 2 csv module and adds Unicode support. Python 3's csv module does not have this limitation and can be used without the support of any additional library. All other libraries used in this script are present in Python's standard library. The unicodecsv library can be installed with pip:
pip install unicodecsv==0.14.1
To learn more about the unicodecsv library, visit https://github.com/jdunck/python-unicodecsv.
推薦閱讀
- Kubernetes實(shí)戰(zhàn)
- Python數(shù)據(jù)分析(第2版)
- C語(yǔ)言從入門到精通(第4版)
- Building a Quadcopter with Arduino
- D3.js 4.x Data Visualization(Third Edition)
- SQL Server數(shù)據(jù)庫(kù)管理與開(kāi)發(fā)兵書(shū)
- Python圖形化編程(微課版)
- HTML5移動(dòng)Web開(kāi)發(fā)
- 軟件設(shè)計(jì)模式(Java版)
- Django 3 Web Development Cookbook
- Visual C++ 開(kāi)發(fā)從入門到精通
- SAP HANA Cookbook
- HTML 5與CSS 3權(quán)威指南(第4版·上冊(cè))
- SFML Essentials
- Swift語(yǔ)言實(shí)戰(zhàn)晉級(jí)(第2版)