- Hands-On Big Data Modeling
- James Lee Tao Wei Suresh Kumar Mukhiya
- 173字
- 2021-06-10 18:58:43
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in the text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system."
A block of code is set as follows:
$ brew install python
$ python3
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
wordcloud = WordCloud(background_color="white",width=1000, height=860, margin=2).generate(text)
import matplotlib.pyplot as plt
plt.imshow(wordcloud)
rcParams['figure.figsize'] = 20, 10
plt.axis("off")
plt.show()
Any command-line input or output is written as follows:
C:\Users\Sureshhardiya\python3 --version
Python 3.6.1
Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Select System info from the Administration panel."
- Practical Ansible 2
- 條碼技術(shù)及應(yīng)用
- Docker on Amazon Web Services
- Microsoft System Center Confi guration Manager
- Containers in OpenStack
- 網(wǎng)絡(luò)服務(wù)搭建、配置與管理大全(Linux版)
- Mastering Exploratory Analysis with pandas
- 強化學(xué)習(xí)
- MATLAB-Simulink系統(tǒng)仿真超級學(xué)習(xí)手冊
- 和機器人一起進化
- 青少年VEX IQ機器人實訓(xùn)課程(初級)
- C#求職寶典
- FANUC工業(yè)機器人配置與編程技術(shù)
- 常用傳感器技術(shù)及應(yīng)用(第2版)
- 計算機硬件技術(shù)基礎(chǔ)(第2版)