- Python Business Intelligence Cookbook
- Robert Dempsey
- 163字
- 2021-07-30 09:51:47
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: "Use this recipe to import the Accidents7904.csv
file into MongoDB."
A block of code is set as follows:
from pymongo import MongoClient client = MongoClient() db = client.pythonbicookbook files = db.files f = open('name_of_file_here.txt') text = f.read() doc = {
Any command-line input or output is written as follows:
# cp /usr/src/asterisk-addons/configs/cdr_mysql.conf.sample /etc/asterisk/cdr_mysql.conf
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: "Highlight your new connection and click Connect."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- 少兒人工智能趣味入門:Scratch 3.0動畫與游戲編程
- Oracle Exadata性能優化
- Scala Design Patterns
- C和C++安全編碼(原書第2版)
- Flutter跨平臺開發入門與實戰
- 大學計算機基礎實驗指導
- Learning AngularJS for .NET Developers
- 開源項目成功之道
- 編程可以很簡單
- C++ Application Development with Code:Blocks
- JavaScript+jQuery網頁特效設計任務驅動教程
- Machine Learning for Developers
- Android系統下Java編程詳解
- 計算機應用基礎案例教程(第二版)
- Developing Java Applications with Spring and Spring Boot