- IPython Interactive Computing and Visualization Cookbook
- Cyrille Rossant
- 121字
- 2021-08-05 17:57:25
Introduction
This is a special chapter about good practices in interactive computing. If the rest of the book is about the content, then this chapter is about the form. It describes how to work efficiently and properly with the tools this book is about. We will cover the essentials of the version control system Git before tackling reproducible computing experiments (notably with the IPython notebook).
We will also cover more general topics in software development, such as code quality, debugging, and testing. Attention to these subjects can greatly improve the quality of our end products (for example, software, research, and publications). We will only scratch the surface here, but you will find many references to learn more about these important topics.
- .NET之美:.NET關(guān)鍵技術(shù)深入解析
- Getting Started with React
- Visual C++串口通信開發(fā)入門與編程實踐
- Building Minecraft Server Modifications
- Java EE 7 Performance Tuning and Optimization
- Selenium Testing Tools Cookbook(Second Edition)
- Swift 4 Protocol-Oriented Programming(Third Edition)
- 0 bug:C/C++商用工程之道
- 深入淺出Go語言編程
- SSH框架企業(yè)級應(yīng)用實戰(zhàn)
- Python 快速入門(第3版)
- Node.js實戰(zhàn):分布式系統(tǒng)中的后端服務(wù)開發(fā)
- 實驗編程:PsychoPy從入門到精通
- WCF全面解析
- Python機(jī)器學(xué)習(xí)