- Python Digital Forensics Cookbook
- Preston Miller Chapin Bryce
- 179字
- 2021-07-08 10:33:54
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We can gather the required information by calling the get_data() function."
A block of code is set as follows:
def hello_world():
print(“Hello World!”)
hello_world()
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
def hello_world():
print(“Hello World!”)
hello_world()
Any command-line input or output is written as follows:
# pip install tqdm==4.11.2
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Select System info from the Administration panel."
- Learning C# by Developing Games with Unity 2020
- AngularJS Testing Cookbook
- 大學計算機基礎實驗教程
- Neo4j Essentials
- Spring Cloud、Nginx高并發核心編程
- Java性能權威指南(第2版)
- Learning Selenium Testing Tools(Third Edition)
- Android底層接口與驅動開發技術詳解
- MATLAB 2020從入門到精通
- Mastering JavaScript Design Patterns(Second Edition)
- Red Hat Enterprise Linux Troubleshooting Guide
- 零基礎學Scratch 3.0編程
- Java RESTful Web Service實戰
- Java EE項目應用開發
- 網絡綜合布線與組網實戰指南