- 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.
- Hands-On Intelligent Agents with OpenAI Gym
- Practical Data Analysis
- Python Artificial Intelligence Projects for Beginners
- STM32G4入門與電機(jī)控制實戰(zhàn):基于X-CUBE-MCSDK的無刷直流電機(jī)與永磁同步電機(jī)控制實現(xiàn)
- 嵌入式操作系統(tǒng)
- 網(wǎng)絡(luò)服務(wù)搭建、配置與管理大全(Linux版)
- Pentaho Analytics for MongoDB
- 手機(jī)游戲策劃設(shè)計
- IBM? SmartCloud? Essentials
- 貫通Hibernate開發(fā)
- 納米集成電路制造工藝(第2版)
- 分布式Java應(yīng)用
- 牛津通識讀本:大數(shù)據(jù)(中文版)
- iLike就業(yè)SQL多功能教材
- Practical Computer Vision