- 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.
- 蕩胸生層云:C語言開發修行實錄
- 空間機器人遙操作系統及控制
- Natural Language Processing Fundamentals
- TIBCO Spotfire:A Comprehensive Primer(Second Edition)
- Visual C# 2008開發技術詳解
- Matplotlib 3.0 Cookbook
- 21天學通Visual Basic
- Embedded Programming with Modern C++ Cookbook
- The Python Workshop
- 電氣控制與PLC技術應用
- Unity Multiplayer Games
- ESP8266 Robotics Projects
- C++程序設計基礎(上)
- 西門子S7-1200/1500 PLC從入門到精通
- JSP網絡開發入門與實踐