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

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.
主站蜘蛛池模板: 北票市| 南丹县| 永嘉县| 同心县| 搜索| 平潭县| 东乡县| 三门峡市| 庆云县| 闽侯县| 苏尼特右旗| 绥芬河市| 宁安市| 新平| 达日县| 桂平市| 无棣县| 东山县| 盖州市| 民丰县| 上饶市| 西盟| 武汉市| 吴忠市| 内黄县| 太原市| 嵩明县| 于都县| 囊谦县| 黄浦区| 玉溪市| 晋中市| 安阳县| 凤城市| 广丰县| 揭西县| 彭水| 南召县| 康保县| 永清县| 济阳县|