- Mastering SciPy
- Francisco J. Blanco-Silva
- 129字
- 2021-08-20 10:48:25
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."
Any command-line input or output is written as follows:
In [7]: %time eigvals, v = spspla.eigsh(A, 5, which='SM') CPU times: user 19.3 s, sys: 532 ms, total: 19.8 s Wall time: 16.7 s In [8]: print eigvals [ 10.565523 10.663114 10.725135 10.752737 10.774503]
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
推薦閱讀
- Learning Cython Programming(Second Edition)
- INSTANT Mercurial SCM Essentials How-to
- Learning ELK Stack
- 基于Swift語(yǔ)言的iOS App 商業(yè)實(shí)戰(zhàn)教程
- Learning OpenCV 3 Computer Vision with Python(Second Edition)
- C語(yǔ)言程序設(shè)計(jì)實(shí)訓(xùn)教程與水平考試指導(dǎo)
- Extending Unity with Editor Scripting
- 交互式程序設(shè)計(jì)(第2版)
- Go語(yǔ)言從入門(mén)到精通
- Drupal 8 Development:Beginner's Guide(Second Edition)
- 軟硬件綜合系統(tǒng)軟件需求建模及可靠性綜合試驗(yàn)、分析、評(píng)價(jià)技術(shù)
- C#從入門(mén)到精通(微視頻精編版)
- Java無(wú)難事:詳解Java編程核心思想與技術(shù)
- WCF 4.5 Multi-Layer Services Development with Entity Framework(Third Edition)
- Arduino Robotic Projects