- Matplotlib for Python Developers
- Aldrin Yim Claire Chung Allen Yu
- 72字
- 2021-08-27 18:48:16
Python installation for macOS
macOS natively comes with Python 2.7. To install Python 3.4+, download the installation wizard and follow the instructions. Following is a screenshot of the wizard at the first step:

Some Python packages require Xcode command-line tools to compile properly. Xcode can be obtained from the Mac App Store. To install the command-line tools, enter the following command in the Terminal: xcode-select --install . Then follow the installation prompts.
推薦閱讀
- Boost.Asio C++ Network Programming(Second Edition)
- DevOps with Kubernetes
- Beginning Java Data Structures and Algorithms
- Rake Task Management Essentials
- Hands-On C++ Game Animation Programming
- Python深度學習:基于TensorFlow
- Mastering Linux Security and Hardening
- C指針原理揭秘:基于底層實現機制
- 從零開始學UI:概念解析、實戰提高、突破規則
- 從零開始構建深度前饋神經網絡:Python+TensorFlow 2.x
- Learning ECMAScript 6
- Python數據可視化之matplotlib實踐
- Flutter之旅
- SOA Patterns with BizTalk Server 2013 and Microsoft Azure(Second Edition)
- Drupal 7 Webform Cookbook