jPython Mac版工具及部分核心库指南:
Pip Guide:
网页链接网页链接
Building and installing NumPy
网页链接
Intall Matplotlib on Python 3
网页链接
SciPy安装指南—Python 3.4 for Mac
网页链接
MacPorts Installation Guide
Quora: Install Anaconda Python, which includes both the python interpreter and numpy (as well as other data science related modules). Download Anaconda Now! Use numpy in your scripts that you write in Sublime Text. You should be good to go. 网页链接
PSF:
The Python Software Foundation is an organization devoted to advancing open source technology related to the Python programming language.
(Python软件基金会是一个致力于推进与Python编程语言相关的开源技术的组织。)
IRC:
Internet Relay Chat(互联网中继聊天)
Pyrex - a Language for Writing Python Extension Modules
Pyrex is a Python-like language for rapidly and easily writing python extension modules.
It can be described as python with C data types. With Pyrex, one can produce Python-like code that runs as fast as in C,
with easy ac