书栈网 · BookStack 本次搜索耗时 0.021 秒,为您找到 465 个相关结果.
  • PyAccess Module

    PyAccess Module Example PyAccess Class PyAccess Module The PyAccess module provides a CFFI/Python implementation of the PixelAccess Class . This implementation is far faster...
  • 1.1. 其他实现

    1.1. 其他实现 1.1. 其他实现 虽然官方 Python 实现差不多得到最广泛的欢迎,但也有一些其他实现对特定领域的用户来说更具吸引力。 知名的实现包括: CPython 这是最早出现并持续维护的 Python 实现,以 C 语言编写。新的语言特性通常在此率先添加。 Jython 以 Java 语言编写的 Python 实现。此实...
  • 语言支持

    Python支持 PyPy插件 在uWSGI中运行PHP脚本 uWSGI Perl支持 (PSGI) Ruby支持 联合uWSGI使用Lua/WSAPI uWSGI服务器中的JVM (更新至1.9) Mono ASP.NET插件 在uWSGI上运行CGI脚本 GCCGO插件 Symcall插件 XSLT插件 SSI (服务器端包含,S...
  • VM挑选

    VM挑选 VM挑选 Python解释器或Python虚拟机有很多种实现,CPython是最主流的实现。CPython同时也是别的虚拟机实现的参考解释器。 PyPy是用Python实现的Python解释器,Jython是用Java实现运行在JVM上的解释器,IronPython是用Microsoft .NET CLR实现的解释器。 除非解释器的选择...
  • PyAccess Module

    PyAccess Module Example PyAccess Class PyAccess Module The PyAccess module provides a CFFI/Python implementation of the PixelAccess Class . This implementation is far faster...
  • Introduction

    The uWSGI project Included components (updated to latest stable release) Quickstarts Table of Contents Tutorials Articles uWSGI Subsystems Scaling with uWSGI Securing uWSGI...
  • 高性能

    高性能 让 Python 更快的库。 Cython:优化的 Python 静态编译器。使用类型混合使 Python 编译成 C 或 C++ 模块来获得性能的极大提升。官网 PeachPy:嵌入 Python 的 x86-64 汇编器。可以被用作 Python 内联的汇编器或者是独立的汇编器,用于 Windows, Linux, OS X, Nati...
  • Links

    Links Theano requirements Libraries we might want to look at or use Links This page lists links to various resources. Theano requirements git : A distributed revision con...
  • 0.24.1 (2016-07-15)

    0.24.1 (2016-07-15) Bugs fixed 0.24.1 (2016-07-15) Bugs fixed IPython cell magic was lacking a good way to enable Python 3 code semantics.It can now be used as “%%cython -3...
  • 速度

    速度 Context The GIL C 扩展 GIL C 扩展 Cython Pyrex Shedskin? Concurrency Concurrent.futures Threading Spawning Processes Multiprocessing 速度 CPython作为最流行的Python环境,对于CPU密...