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

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: "This repetitive construct could be a simple while loop or any other kind of loop."

A block of code is set as follows:

    def dequeue(self):
if not self.outbound_stack:
while self.inbound_stack:
self.outbound_stack.append(self.inbound_stack.pop())
return self.outbound_stack.pop()

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

    def dequeue(self):
if not self.outbound_stack:
while self.inbound_stack:
self.outbound_stack.append(self.inbound_stack.pop())
return self.outbound_stack.pop()

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

% python bubble.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."

Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
主站蜘蛛池模板: 涪陵区| 德清县| 双鸭山市| 淮安市| 普陀区| 庄河市| 出国| 台中县| 武强县| 咸阳市| 新田县| 淳安县| 信宜市| 龙泉市| 涿鹿县| 梁平县| 乌兰察布市| 太湖县| 沁源县| 毕节市| 兴隆县| 安平县| 华宁县| 乐清市| 响水县| 日照市| 道孚县| 聂荣县| 沙河市| 嫩江县| 吴川市| 兴宁市| 丽江市| 富宁县| 娱乐| 方山县| 洪泽县| 洛川县| 宁陕县| 岢岚县| 徐州市|