Our website uses necessary cookies to enable basic functions and optional cookies to help us to enhance your user experience. Learn more about our cookie policy by clicking "Learn More".
Accept All Only Necessary Cookies

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]

অনুবাদ লোড হচ্ছে...

অতিরিক্ত অ্যাপ তথ্য

সাম্প্রতিক সংস্করণ

cython-doc আপডেটের অনুরোধ করুন 0.0.1

আপলোড

ชื่อ โหน่ง

Android প্রয়োজন

Android 2.3.4+

আরো দেখান

সর্বশেষ সংস্করণ 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!

আরো দেখান

cython-doc স্ক্রিনশট

মন্তব্য লোড হচ্ছে...
APKPure সাবস্ক্রাইব করুন
সেরা অ্যান্ড্রয়েড গেমস এবং অ্যাপ্লিকেশনগুলির প্রাথমিক রিলিজ, সংবাদ এবং গাইডগুলিতে অ্যাক্সেস পাওয়ার জন্য প্রথম হন।
না ধন্যবাদ
নিবন্ধন করুন
সফলভাবে সাবস্ক্রাইব!
আপনি এখন এপকপুরে সাবস্ক্রাইব করেছেন।
APKPure সাবস্ক্রাইব করুন
সেরা অ্যান্ড্রয়েড গেমস এবং অ্যাপ্লিকেশনগুলির প্রাথমিক রিলিজ, সংবাদ এবং গাইডগুলিতে অ্যাক্সেস পাওয়ার জন্য প্রথম হন।
না ধন্যবাদ
নিবন্ধন করুন
সাফল্য!
আপনি এখন আমাদের নিউজলেটারে সাবস্ক্রাইব করেছেন।