Pyrex Abilities
Pyrex allows the user to write extension modules in a Python-like language which may directly access the external C code. The similarity of Pyrex's syntax to Python's makes it easy to write Python modules, as there is no need to learn another language (such as C or C++), and there may be no need to write any glue code. All that is needed is to specify the name of C-header files, enumerations, datatypes and functions needing to be accessed in the module, then simply use them as if they were Python objects. The Pyrex compiler will generate the necessary glue code automatically and compile the Pyrex code into a working Python module.
Read more about this topic: Pyrex (programming Language)
Famous quotes containing the word abilities:
“Your friends praise your abilities to the skies, submit to you in argument, and seem to have the greatest deference for you; but, though they may ask it, you never find them following your advice upon their own affairs; nor allowing you to manage your own, without thinking that you should follow theirs. Thus, in fact, they all think themselves wiser than you, whatever they may say.”
—William Lamb Melbourne, 2nd Viscount (17791848)