- Learning pandas(Second Edition)
- Michael Heydt
- 194字
- 2021-07-02 20:37:05
IPython
IPython is an alternate shell for interactively working with Python. It provides several enhancements to the default REPL provided by Python.
To start IPython, simply execute the ipython command from the command line/Terminal. When started you will see something like the following:

Likewise, output from any particular entry you make will be prefaced with Out [x]:, where x matches the number of the corresponding In [x]:. The following screenshot demonstrates this:

This numbering of in and out statements will be important to the examples as all examples will be prefaced with In [x]: and Out [x]: so that you can follow along.
Note that these numbers are purely sequential. If you are following through the code in the text and errors occur in the input or you enter additional statements, the numbering may get out of sequence (they can be reset by exiting and restarting IPython). Please use them purely as reference.
- ClickHouse性能之巔:從架構設計解讀性能之謎
- Advanced Machine Learning with Python
- AWS Serverless架構:使用AWS從傳統部署方式向Serverless架構遷移
- NumPy Essentials
- Windows Presentation Foundation Development Cookbook
- SEO實戰密碼
- Expert Android Programming
- Big Data Analytics
- KnockoutJS Starter
- 移動增值應用開發技術導論
- 自學Python:編程基礎、科學計算及數據分析(第2版)
- C++程序設計教程
- Java 9:Building Robust Modular Applications
- 虛擬現實:引領未來的人機交互革命
- HTML5 and CSS3:Building Responsive Websites