1/1
cython-doc screenshot 0
cython-doc Icon

cython-doc

dafengstudio
Trustable Ranking Icon可信任
1K+下载次数
727.5kB大小
Android Version Icon2.3.3 - 2.3.7+
Android版本
0.0.1(22-11-2020)最新版本
-
(0 评价)
Age ratingPEGI-3
下载
详情评价版本信息
1/1

cython-doc介绍

The Cython programming language is a superset of Python with a foreign function interface for invoking C/C++ routines and the ability to declare the static type of subroutine parameters and results, local variables, and class attributes.[3] It actually is a Python to C source code translator that integrates with the CPython interpreter on a low-level.


Cython is a compiled language that generates CPython extension modules. These extension modules can then be loaded and used by regular Python code using the import statement. Cython is written in Python and works on Windows, Linux, and Mac OS X, producing source files compatible with CPython 2.4 through 3.3.

It works by producing a standard Python module. The difference from standard Python behavior however, is that the original code of the module is actually written in Python but is then translated into C. The resulting code is not completely independent, although it is fast, but rather makes many calls into the CPython interpreter and CPython standard libraries to preform actual work. This saved considerably on Cython's development time but requires a dependency on the Python interpreter and standard library for the module.

Despite the fact that most of the code is being output in C. At least a small stub loader written in interpreted Python is usually required (unless you want to create a loader in C, working with messy undocumented internals of CPython), but this is not a major problem due to the dependency on the Python interpreter.

Hello World[edit]


cython-doc - 版本0.0.1

(22-11-2020)
其他版本

还没有评论或评分!要留下第一条评论或评分,请

-
0 Reviews
5
4
3
2
1
Info Trust Icon
保证非恶意应用此应用已通过病毒、恶意软件和其他恶意攻击的安全测试,不含任何威胁。

cython-doc - APK信息

APK版本: 0.0.1程序包: com.timger.cythondoc
Android兼容性: 2.3.3 - 2.3.7+ (Gingerbread)
开发商:dafengstudio权限:3
名称: cython-doc大小: 727.5 kB下载次数: 1版本: 0.0.1发布日期: 2020-11-22 07:12:29最小屏幕: SMALL支持的CPU:
程序包ID: com.timger.cythondocSHA1签名: 6E:76:7E:45:3F:16:48:5A:4B:34:7E:07:29:E7:0B:30:39:F1:03:BE开发商 (CN): zhang mazi组织 (O): timger本地 (L): beijing国家/地区 (C): zh州/市 (ST): us程序包ID: com.timger.cythondocSHA1签名: 6E:76:7E:45:3F:16:48:5A:4B:34:7E:07:29:E7:0B:30:39:F1:03:BE开发商 (CN): zhang mazi组织 (O): timger本地 (L): beijing国家/地区 (C): zh州/市 (ST): us

cython-doc的最新版本

0.0.1Trust Icon Versions
22/11/2020
1 下载次数727.5 kB 大小
下载