- Mastering Python Networking
- Eric Chou
- 222字
- 2021-07-02 21:42:26
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 include other contexts through the use of the include directive.
A block of code is set as follows:
# This is a comment
print("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:
[
{
"hosts": "192.168.199.170",
"tasks": [
"name": "check disk usage",
"shell": "df > df_temp.txt"
]
}
]
Any command-line input or output is written as follows:
$ ssh-keygen -t rsa <<<< generates public-private key pair on the host machine
$ cat ~/.ssh/id_rsa.pub <<<< copy the content of the output and paste it to the ~/.ssh/authorized_keys file on the target host
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: Clicking the Next button moves you to the next screen.
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- Web交互界面設計與制作(微課版)
- HTML5+CSS3網站設計教程
- Oracle從入門到精通(第5版)
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- Android開發:從0到1 (清華開發者書庫)
- 大話Java:程序設計從入門到精通
- Principles of Strategic Data Science
- 數據結構與算法詳解
- C#程序設計基礎與實踐
- Game Development Patterns and Best Practices
- Mastering High Performance with Kotlin
- Implementing OpenShift
- 微信小程序開發實戰教程(PHP+Laravel+MySQL)(微課版)
- Spark內核設計的藝術:架構設計與實現