官术网_书友最值得收藏!

Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text are shown as follows: "We can include other contexts through the use of the include directive."

A block of code is set as follows:

from urllib.request import urlopen
from urllib.error import URLError

url = 'http://example.webscraping.com'
try:
html = urlopen(url).read()
except urllib2.URLError as e:
html = None

Any command-line input or output is written as follows:

python script.py

We will occasionally show Python interpreter prompts used by the normal Python interpreter, such as:

>>> import urllib

Or the IPython interpreter, such as:

In [1]: import urllib

New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, 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.
主站蜘蛛池模板: 峨眉山市| 五寨县| 侯马市| 长葛市| 民丰县| 新龙县| 顺平县| 普宁市| 青冈县| 河池市| 五常市| 临潭县| 平江县| 江油市| 阿图什市| 开封县| 潞西市| 甘孜| 明溪县| 成武县| 汕头市| 定安县| 化州市| 横山县| 元朗区| 南投市| 普安县| 临高县| 湖北省| 湘潭县| 潞城市| 和田县| 桓台县| 枣庄市| 泾阳县| 防城港市| 五河县| 壶关县| 汝城县| 那曲县| 玉山县|