# Python 主题手册

```{toctree}
:maxdepth: 2
:glob:

*
```

[Cython][1] 将带有可选注释的Python修改版本编译到C扩展中。 [Nuitka][2] 是一个将 Python 编译成 C++ 代码的新兴编译器，旨在支持完整的 Python 语言。要编译成Java，可以考虑 [VOC][3]。

[1]: http://cython.org/

[2]: http://www.nuitka.net/

[3]: https://voc.readthedocs.io/