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

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, package 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:

from fractions import Fraction
p = 0
for i in range(1, 2000):
    p += Fraction(1, i**2)
print( (p*6)**Fraction(1/2) )

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

from fractions import Fraction
p = 0
for i in range(1, 2000):
    p += Fraction(1, i**2)
print( (p*6)**Fraction(1/2) )

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

$ python3.4 -m doctest ourfile.py

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."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 林口县| 大关县| 如皋市| 兰考县| 三亚市| 建水县| 桑日县| 无棣县| 武冈市| 康乐县| 漳州市| 永定县| 曲阳县| 鄂州市| 石城县| 观塘区| 蒙城县| 孝义市| 河间市| 六盘水市| 太仓市| 冕宁县| 西华县| 绵阳市| 鱼台县| 称多县| 江源县| 漯河市| 江源县| 安新县| 寿阳县| 宝清县| 上饶县| 九江县| 平阴县| 沧源| 长春市| 济阳县| 临安市| 孟连| 寻甸|