- Mastering Social Media Mining with Python
- Marco Bonzanini
- 267字
- 2021-07-14 10:49:10
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: "Moreover, the genre
attribute is here presented as a list, with a variable number of values."
A block of code is set as follows:
from timeit import timeit import numpy as np if __name__ == '__main__': setup_sum = 'data = list(range(10000))' setup_np = 'import numpy as np;' setup_np += 'data_np = np.array(list(range(10000)))'
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
Type your question, or type "exit" to quit.
> What's up with Gandalf and Frodo lately? They haven't been in the Shire for a while...
Question: What's up with Gandalf and Frodo lately? They haven't been in the Shire for a while...
Predicted labels: plot-explanation, the-lord-of-the-rings
Any command-line input or output is written as follows:
$ pip install --upgrade [package name]
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: "On the Keys and Access Tokens configuration page, the developer can find the API key and secret, as well as the access token and access token secret."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Django+Vue.js商城項(xiàng)目實(shí)戰(zhàn)
- JavaScript語言精髓與編程實(shí)踐(第3版)
- Mastering Natural Language Processing with Python
- Learning Flask Framework
- FreeSWITCH 1.6 Cookbook
- 人臉識(shí)別原理及算法:動(dòng)態(tài)人臉識(shí)別系統(tǒng)研究
- Python高級(jí)機(jī)器學(xué)習(xí)
- jQuery從入門到精通 (軟件開發(fā)視頻大講堂)
- Apache Spark 2.x for Java Developers
- 精通Python自動(dòng)化編程
- C#程序設(shè)計(jì)(項(xiàng)目教學(xué)版)
- UNIX Linux程序設(shè)計(jì)教程
- Oracle Data Guard 11gR2 Administration Beginner's Guide
- 你真的會(huì)寫代碼嗎
- Java設(shè)計(jì)模式深入研究