Conventions
In this book, you will find a number of styles of text 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:
solve(A, b, sym_pos=False, lower=False, overwrite_a=False, overwrite_b=False, debug=False) spsolve(A, b[, permc_spec, use_umfpack])
The reader with the required background should recognize the Python prompt >>>
followed by a space and then the code field. Any command-line input or output is written as follows:
>>> from scipy import stats >>> result=scipy.stats.bayes_mvs(scores)
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "clicking the Next button moves you to the next screen".
- Design Principles for Process:driven Architectures Using Oracle BPM and SOA Suite 12c
- PHP程序設(shè)計(jì)(慕課版)
- Microsoft Dynamics 365 Extensions Cookbook
- Scala Design Patterns
- C語(yǔ)言程序設(shè)計(jì)基礎(chǔ)與實(shí)驗(yàn)指導(dǎo)
- Python Tools for Visual Studio
- Java程序設(shè)計(jì)與計(jì)算思維
- Hands-On Enterprise Automation with Python.
- ASP.NET 3.5程序設(shè)計(jì)與項(xiàng)目實(shí)踐
- Hands-On Functional Programming with TypeScript
- Java EE 8 Application Development
- The DevOps 2.5 Toolkit
- Flutter跨平臺(tái)開(kāi)發(fā)入門與實(shí)戰(zhàn)
- Java網(wǎng)絡(luò)編程核心技術(shù)詳解(視頻微課版)
- SQL 經(jīng)典實(shí)例