- Statistical Application Development with R and Python(Second Edition)
- Prabhanjan Narayanachar Tattar
- 168字
- 2021-07-02 18:44:05
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: “We can include other contexts through the use of the include
directive.”
A block of code is set as follows:
abline(h=0.33,lwd=3,col=”red”) abline(h=0.67,lwd=3,col=”red”) abline(v=0.33,lwd=3,col=”green”)
Any command-line input or output is written as follows:
sudo apt-get update sudo apt-get install python3.6
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: “Clicking the Next button moves you to the next screen.”
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
- 數據科學實戰手冊(R+Python)
- arc42 by Example
- Ext JS Data-driven Application Design
- 深入淺出Prometheus:原理、應用、源碼與拓展詳解
- MATLAB應用與實驗教程
- SQL Server從入門到精通(第3版)
- OpenStack Networking Essentials
- 并行編程方法與優化實踐
- 測試架構師修煉之道:從測試工程師到測試架構師
- Clojure Polymorphism
- Java Hibernate Cookbook
- 算法超簡單:趣味游戲帶你輕松入門與實踐
- Building Apple Watch Projects
- IBM DB2 9.7 Advanced Application Developer Cookbook
- 移動智能系統測試原理與實踐