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
Λήψη
ΛεπτομέρειεςΑξιολογήσειςΕκδόσειςInfo
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
Εγγυημένα Καλή ΕφαρμογήΗ εφαρμογή αυτή πέρασε τη δοκιμή ασφάλειας για ιούς, malware και άλλες κακόβουλες επιθέσεις και δεν περιέχει απειλές.

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:
Αναγνωριστικό Πακέτου: com.timger.cythondocΥπογραφή SHA1: 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Αναγνωριστικό Πακέτου: com.timger.cythondocΥπογραφή SHA1: 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 Μέγεθος
Λήψη
appcoins-gift
Παιχνίδια AppCoinsΚερδίστε ακόμα περισσότερες ανταμοιβές!
περισσότερα

Εφαρμογές στην ίδια κατηγορία