- Mastering Python
- Rick van Hattem
- 105字
- 2021-07-16 11:10:30
What you need for this book
The only hard requirement for this book is a Python interpreter. A Python 3.5 or newer interpreter is recommended, but many of the code examples will function in older Python versions, such as 2.7, with a simple from __future__ import print_statement added at the top of the file.
Additionally, Chapter 14, Extensions in C/C++, System Calls, and C/C++ Libraries requires a C/C++ compiler, such as GCC, Visual Studio, or XCode. A Linux machine is by far the easiest to execute the C/C++ examples, but these should function on Windows and OS X machines without too much effort as well.
推薦閱讀
- Learning NServiceBus(Second Edition)
- C#完全自學教程
- Instant Zepto.js
- 秒懂設計模式
- The Data Visualization Workshop
- 用戶體驗可視化指南
- Natural Language Processing with Java and LingPipe Cookbook
- Node Cookbook(Second Edition)
- PHP編程基礎與實踐教程
- Flask Web開發:基于Python的Web應用開發實戰(第2版)
- R語言數據挖掘:實用項目解析
- Elasticsearch Blueprints
- 前端架構設計
- 算法訓練營:海量圖解+競賽刷題(入門篇)
- SOA Patterns with BizTalk Server 2013 and Microsoft Azure(Second Edition)