- Python Social Media Analytics
- Siddhartha Chatterjee Michal Krystyanczuk
- 191字
- 2021-07-15 17:24:48
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: "Let's first create a project called tutorial."
A block of code is set as follows:
#import packages into the project from bs4 import BeautifulSoup from urllib.request import urlopen import pandas as pd
Any command-line input or output is written as follows:
mkdir tutorial
cd tutorial
scrapy startproject tutorial
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 a forum, usually the depth of pages is between three and five due to the standard structure such as Topics | Conversations | Threads, which means the spider usually has to travel three to five levels of depth to actually reach the conversational data."
- Learn ECMAScript(Second Edition)
- 跟老齊學(xué)Python:輕松入門
- Getting Started with PowerShell
- Git高手之路
- C/C++常用算法手冊(第3版)
- MySQL數(shù)據(jù)庫基礎(chǔ)實(shí)例教程(微課版)
- 算法訓(xùn)練營:提高篇(全彩版)
- Python爬蟲、數(shù)據(jù)分析與可視化:工具詳解與案例實(shí)戰(zhàn)
- Image Processing with ImageJ
- 軟件測試綜合技術(shù)
- Python自然語言理解:自然語言理解系統(tǒng)開發(fā)與應(yīng)用實(shí)戰(zhàn)
- Arduino電子設(shè)計(jì)實(shí)戰(zhàn)指南:零基礎(chǔ)篇
- 邊玩邊學(xué)Scratch3.0少兒趣味編程
- Java EE 8 and Angular
- DevOps 精要:業(yè)務(wù)視角