- 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.
推薦閱讀
- Intel Galileo Essentials
- Testing with JUnit
- WebAssembly實戰
- Learning Docker
- .NET 4.0面向對象編程漫談:基礎篇
- x86匯編語言:從實模式到保護模式(第2版)
- Web全棧工程師的自我修養
- Visual Basic學習手冊
- Java應用開發技術實例教程
- 編程菜鳥學Python數據分析
- Scala for Machine Learning(Second Edition)
- Hands-On GUI Programming with C++ and Qt5
- HTML+CSS+JavaScript網頁制作:從入門到精通(第4版)
- 數據庫技術及應用教程上機指導與習題(第2版)
- Java EE應用開發及實訓