- Hands-On Data Science with Anaconda
- Dr. Yuxing Yan James Yan
- 206字
- 2021-06-25 21:08:46
Introducing Spyder
In the Anaconda3 menu, the last entry is Spyder. After clicking it, we can launch Spyder, shown here:

The preceding screenshot shows three panels. The left panel is for writing and editing our programs, the bottom-right panel is for command lines (we could type simple commands there), and the top-right panel is for our variables. For example, after we type pv=100, it would show the variable name, type, size, and value, as shown here:

We could also write our Python program, and debug and run them via the top-left panel. For example, we could run a program with pv_f() function to estimate the present value of one future cash flow, shown here:

In the preceding screenshot, the green play button is for running the whole Python program, while the second green-yellow one is for partially running it. This feature makes our debugging efforts a little easier, which is especially true for a long and complex program.
Assume that we plan to debug such a program. First, we pide it into a few logic blocks. Then, we highlight the first block and run it. After it is bug free, we go to the next block. We continue this way until we debug the whole program.
- Microsoft Dynamics CRM Customization Essentials
- 三菱FX3U/5U PLC從入門到精通
- 智能傳感器技術與應用
- Getting Started with MariaDB
- 返璞歸真:UNIX技術內幕
- 電腦上網直通車
- 工業機器人現場編程(FANUC)
- 運動控制器與交流伺服系統的調試和應用
- 具比例時滯遞歸神經網絡的穩定性及其仿真與應用
- MATLAB/Simulink權威指南:開發環境、程序設計、系統仿真與案例實戰
- OpenStack Cloud Computing Cookbook
- 工業機器人安裝與調試
- ESP8266 Robotics Projects
- 生成對抗網絡項目實戰
- Learning Cassandra for Administrators