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

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.
主站蜘蛛池模板: 隆化县| 博乐市| 淅川县| 赤壁市| 商都县| 盖州市| 延寿县| 汉寿县| 始兴县| 安阳市| 五指山市| 福泉市| 宁强县| 托里县| 共和县| 泾阳县| 泾源县| 旬阳县| 资兴市| 泗阳县| 洛隆县| 阿克苏市| 香港| 开阳县| 遂昌县| 新竹县| 龙口市| 阳城县| 邓州市| 屏东市| 高密市| 红桥区| 岳阳县| 巍山| 饶河县| 北票市| 中江县| 容城县| 咸宁市| 大邑县| 扎囊县|