Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #100217 > unrolled thread

How to use internal python c funtions, from python code

Started bysrinivas devaki <mr.eightnoteight@gmail.com>
First post2015-12-10 10:14 +0530
Last post2015-12-10 10:14 +0530
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  How to use internal python c funtions, from python code srinivas devaki <mr.eightnoteight@gmail.com> - 2015-12-10 10:14 +0530

#100217 — How to use internal python c funtions, from python code

Fromsrinivas devaki <mr.eightnoteight@gmail.com>
Date2015-12-10 10:14 +0530
SubjectHow to use internal python c funtions, from python code
Message-ID<mailman.104.1449722702.12405.python-list@python.org>
Hi
I'm coming from this link (
https://groups.google.com/forum/#!topic/python-ideas/cBFvxq1LQHM), which
proposes to use long_to_decimal_string(), int_to_decimal_string() functions
for printing integers in different bases.

Now is there anyway i can use such internal functions from pure python
code, passing ctypes when the arguments are c datatypes.

For competitive programming purposes I really want to use those functions
for speed.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web