How to use internal python c funtions, from python code
srinivas devaki
mr.eightnoteight at gmail.com
Wed Dec 9 23:44:14 EST 2015
More information about the Python-list mailing list
Wed Dec 9 23:44:14 EST 2015
- Previous message (by thread): tkinter cascaded menus, was Re: PyTk cascaded radiobuttons, howto?
- Next message (by thread): How to use internal python c funtions, from python code
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): tkinter cascaded menus, was Re: PyTk cascaded radiobuttons, howto?
- Next message (by thread): How to use internal python c funtions, from python code
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list