- NumPy Essentials
- Leo (Liang Huan) Chin Tanmay Dutta
- 241字
- 2021-07-16 11:16:32
Code conventions used in the book
Now that the credibility of Python and NumPy has been established, let's get our hands dirty.
The default environment used for all Python code in this book will be IPython. Instructions on how to install IPython and other tools follow in the next section. Throughout the book, you will only have to enter input in either the command window or the IPython prompt. Unless otherwise specified, code
will refer to Python code, and command
will refer to bash or DOS commands.
All Python input code will be formatted in snippets like these:
In [42]: print("Hello, World!")
In [42]:
in the preceding snippet indicates that this is the 42nd input to the IPython session. Similarly, all input to the command line will be formatted as follows:
$ python hello_world.py
On Windows systems, the same command will look something like this:
C:\Users\JohnDoe> python hello_world.py
For the sake of consistency, the $
sign will be used to denote the command-line prompt, regardless of OS. Prompts, such as C:\Users\JohnDoe>
, will not appear in the book. While, conventionally, the $
sign indicates bash prompts on Unix systems, the same commands (without typing the actual dollar sign or any other character), can be used on Windows too. If, however, you are using Cygwin or Git Bash, you should be able to use Bash commands on Windows too.
Note that Git Bash is available by default if you install Git on Windows.
- Boost.Asio C++ Network Programming(Second Edition)
- Learn Blockchain Programming with JavaScript
- 自然語言處理實戰:預訓練模型應用及其產品化
- Apache Oozie Essentials
- 高效微控制器C語言編程
- Mastering Selenium WebDriver
- Python數據分析(第2版)
- The Data Visualization Workshop
- SQL基礎教程(視頻教學版)
- Learning Salesforce Einstein
- Instant Nancy Web Development
- HTML5與CSS3權威指南
- HTML5 Canvas核心技術:圖形、動畫與游戲開發
- FORTRAN程序設計權威指南
- Mastering iOS Game Development