- 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.
- Functional Python Programming
- HornetQ Messaging Developer’s Guide
- Java逍遙游記
- Mastering Entity Framework Core 2.0
- Learning RxJava
- Java EE框架整合開發入門到實戰:Spring+Spring MVC+MyBatis(微課版)
- 軟件測試項目實戰之性能測試篇
- Java游戲服務器架構實戰
- Scratch 3游戲與人工智能編程完全自學教程
- 精通Python設計模式(第2版)
- Mastering Linux Security and Hardening
- .NET Standard 2.0 Cookbook
- 并行編程方法與優化實踐
- CodeIgniter Web Application Blueprints
- 算法圖解