- Python Digital Forensics Cookbook
- Preston Miller Chapin Bryce
- 72字
- 2021-07-08 10:33:56
There's more…
This script can be further improved. We have provided a couple of recommendations here:
- Explore additional argparse functionality. For example, the argparse.FileType object can be used to accept a File object as an input.
- We can also use the argparse.ArgumentDefaultsHelpFormatter class to show defaults we set to the user. This is helpful when combined with optional arguments to show the user what will be used if nothing is specified.
推薦閱讀
- C語言程序設計(第2版)
- 深入實踐Spring Boot
- Oracle Database 12c Security Cookbook
- Microsoft System Center Orchestrator 2012 R2 Essentials
- 程序員修煉之道:通向務實的最高境界(第2版)
- Android Native Development Kit Cookbook
- Ext JS 4 Web Application Development Cookbook
- Mastering Drupal 8 Views
- Clojure Reactive Programming
- 零基礎入門學習Python(第2版)
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- Spring 5 Design Patterns
- 零基礎學Python編程(少兒趣味版)
- Python趣味編程與精彩實例
- Scala Functional Programming Patterns