Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #100217 > unrolled thread
| Started by | srinivas devaki <mr.eightnoteight@gmail.com> |
|---|---|
| First post | 2015-12-10 10:14 +0530 |
| Last post | 2015-12-10 10:14 +0530 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
How to use internal python c funtions, from python code srinivas devaki <mr.eightnoteight@gmail.com> - 2015-12-10 10:14 +0530
| From | srinivas devaki <mr.eightnoteight@gmail.com> |
|---|---|
| Date | 2015-12-10 10:14 +0530 |
| Subject | How 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.
Back to top | Article view | comp.lang.python
csiph-web