- 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.
推薦閱讀
- SQL for Data Analytics
- 軟件測試項目實戰之性能測試篇
- 跟小海龜學Python
- LabVIEW虛擬儀器程序設計從入門到精通(第二版)
- C語言程序設計簡明教程:Qt實戰
- Android嵌入式系統程序開發:基于Cortex-A8(第2版)
- Clean Code in C#
- .NET 4.0面向對象編程漫談:應用篇
- Python Digital Forensics Cookbook
- C#程序設計基礎入門教程
- 金融商業數據分析:基于Python和SAS
- Laravel Design Patterns and Best Practices
- 高質量程序設計指南:C++/C語言
- Java程序設計(項目教學版)
- C語言從入門到精通(微視頻精編版)