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

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.
主站蜘蛛池模板: 桓仁| 桃源县| 会同县| 台江县| 磐石市| 承德市| 岳西县| 吴忠市| 翼城县| 太仓市| 博兴县| 交口县| 石阡县| 龙口市| 香港| 宝清县| 临城县| 遵义县| 安远县| 亚东县| 樟树市| 元朗区| 大石桥市| 虞城县| 东乡县| 永和县| 义乌市| 本溪| 通化市| 遂川县| 祥云县| 镇江市| 重庆市| 延寿县| 内江市| 鲁甸县| 侯马市| 枞阳县| 永安市| 沂水县| 饶平县|