- 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.
推薦閱讀
- Java入門經典(第6版)
- Java EE框架整合開發入門到實戰:Spring+Spring MVC+MyBatis(微課版)
- JavaScript語言精髓與編程實踐(第3版)
- Learning Selenium Testing Tools(Third Edition)
- AutoCAD VBA參數化繪圖程序開發與實戰編碼
- NGINX Cookbook
- Scala for Machine Learning(Second Edition)
- Python 3 數據分析與機器學習實戰
- 零基礎學Scratch 3.0編程
- Python Digital Forensics Cookbook
- Kotlin進階實戰
- Microsoft HoloLens By Example
- Swift High Performance
- Java程序設計及應用開發
- Implementing Domain:Specific Languages with Xtext and Xtend