- 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.
推薦閱讀
- 程序員修煉之道:程序設(shè)計(jì)入門30講
- 精通Nginx(第2版)
- Spring Cloud Alibaba核心技術(shù)與實(shí)戰(zhàn)案例
- Spring 5.0 Microservices(Second Edition)
- AngularJS Testing Cookbook
- Mastering Ember.js
- React Native Cookbook
- JavaScript 網(wǎng)頁編程從入門到精通 (清華社"視頻大講堂"大系·網(wǎng)絡(luò)開發(fā)視頻大講堂)
- HTML5 Mobile Development Cookbook
- 從程序員到架構(gòu)師:大數(shù)據(jù)量、緩存、高并發(fā)、微服務(wù)、多團(tuán)隊(duì)協(xié)同等核心場(chǎng)景實(shí)戰(zhàn)
- Mastering Kali Linux for Web Penetration Testing
- C#應(yīng)用程序設(shè)計(jì)教程
- Visual Basic程序設(shè)計(jì)上機(jī)實(shí)驗(yàn)教程
- C#開發(fā)案例精粹
- 小程序,巧應(yīng)用:微信小程序開發(fā)實(shí)戰(zhàn)(第2版)