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

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: "In order to exemplify the use of the multiprocessing.Pipe object, we will implement a Python program that creates two processes, A and B."

A block of code is set as follows:

def producer_task(conn):
    value = random.randint(1, 10)
    conn.send(value)
    print('Value [%d] sent by PID [%d]' % (value, os.getpid()))
    conn.close()

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

$celery –A tasks –Q sqrt_queue,fibo_queue,webcrawler_queue worker 
--loglevel=info

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 黑山县| 宝坻区| 阳原县| 巫山县| 黔西县| 高阳县| 扬中市| 淮安市| 吴桥县| 博野县| 丹凤县| 马龙县| 怀集县| 溆浦县| 九江县| 平定县| 汤阴县| 莆田市| 龙口市| 泾川县| 江永县| 北宁市| 水富县| 瓦房店市| 科技| 蓬安县| 磐石市| 苍溪县| 五台县| 宜丰县| 徐闻县| 个旧市| 积石山| 兴和县| 灵山县| 平果县| 康马县| 徐水县| 新野县| 鲁山县| 胶州市|