- 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.
推薦閱讀
- 深入核心的敏捷開發:ThoughtWorks五大關鍵實踐
- Android Wearable Programming
- LabVIEW 2018 虛擬儀器程序設計
- INSTANT OpenCV Starter
- Mastering ServiceStack
- Android項目開發入門教程
- 區塊鏈:以太坊DApp開發實戰
- 區塊鏈底層設計Java實戰
- 大數據分析與應用實戰:統計機器學習之數據導向編程
- Mastering Backbone.js
- C#程序設計(項目教學版)
- Java Fundamentals
- Oracle數據庫編程經典300例
- Learning Android Application Testing
- Microsoft HoloLens By Example