cython-doc

cython-doc

dafengstudio
Oct 8, 2015
  • 710.6 KB

    File Size

  • Android 2.3.4+

    Android OS

About cython-doc

The Cython programming language is a superset of Python

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]

Show More

What's new in the latest 0.0.1

Last updated on Oct 8, 2015
Minor bug fixes and improvements. Install or update to the newest version to check it out!
Show More

Videos and Screenshots

  • cython-doc poster
  • cython-doc screenshot 1
  • cython-doc screenshot 2

Old Versions of cython-doc

APKPure icon

Super Fast and Safe Downloading via APKPure App

One-click to install XAPK/APK files on Android!

Download APKPure
thank icon
We use cookies and other technologies on this website to enhance your user experience.
By clicking any link on this page you are giving your consent to our Privacy Policy and Cookies Policy.
Learn More about Policies