- Building Python Real:Time Applications with Storm
- Kartik Bhatnagar Barry Hart
- 205字
- 2021-07-30 10:10:08
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, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Storm configurations can be done using storm.yaml
, which is present in the conf
folder".
A block of code is set as follows:
import nltk.corpus from petrel import storm from petrel.emitter import BasicBolt class SplitSentenceBolt(BasicBolt): def __init__(self): super(SplitSentenceBolt, self).__init__(script=__file__) self.stop = set(nltk.corpus.stopwords.words('english')) self.stop.update(['http', 'https', 'rt'])
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
import logging
from collections import defaultdict
from petrel import storm
from petrel.emitter import BasicBolt
Any command-line input or output is written as follows:
tail -f petrel24748_totalrankings.log
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: "Finally, click on Create your Twitter application".
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Mastering Visual Studio 2017
- Mastering SVG
- 羅克韋爾ControlLogix系統(tǒng)應(yīng)用技術(shù)
- Learning Bayesian Models with R
- JSP開發(fā)案例教程
- Python機(jī)器學(xué)習(xí):手把手教你掌握150個(gè)精彩案例(微課視頻版)
- Go并發(fā)編程實(shí)戰(zhàn)
- 好好學(xué)Java:從零基礎(chǔ)到項(xiàng)目實(shí)戰(zhàn)
- 21天學(xué)通C++(第5版)
- Xcode 6 Essentials
- SQL Server 入門很輕松(微課超值版)
- C編程技巧:117個(gè)問題解決方案示例
- Natural Language Processing with Python Quick Start Guide
- Building Slack Bots
- 金融商業(yè)數(shù)據(jù)分析:基于Python和SAS