- IPython Interactive Computing and Visualization Cookbook(Second Edition)
- Cyrille Rossant
- 111字
- 2021-07-02 16:23:30
Introduction
This is a special chapter about good practices in interactive computing. It describes how to work efficiently and properly with the tools this book is about. We will introduce common tools such as the Unix shell, the latest features of Python 3, and Git, before tackling reproducible computing experiments (notably with the Jupyter 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.
推薦閱讀
- 數據存儲架構與技術
- 數據庫基礎教程(SQL Server平臺)
- 數據產品經理高效學習手冊:產品設計、技術常識與機器學習
- 數據分析實戰:基于EXCEL和SPSS系列工具的實踐
- 信息系統與數據科學
- Python金融大數據分析(第2版)
- Hadoop與大數據挖掘(第2版)
- 城市計算
- 數據挖掘原理與SPSS Clementine應用寶典
- SQL優化最佳實踐:構建高效率Oracle數據庫的方法與技巧
- 大數據技術入門
- 云數據中心網絡與SDN:技術架構與實現
- Mastering LOB Development for Silverlight 5:A Case Study in Action
- MySQL技術內幕:SQL編程
- ECharts數據可視化:入門、實戰與進階