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


Groups > comp.lang.python > #100217

How to use internal python c funtions, from python code

From srinivas devaki <mr.eightnoteight@gmail.com>
Newsgroups comp.lang.python
Subject How to use internal python c funtions, from python code
Date 2015-12-10 10:14 +0530
Message-ID <mailman.104.1449722702.12405.python-list@python.org> (permalink)

Show all headers | View raw


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.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web