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


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

Re: How to use internal python c funtions, from python code

Started byChris Angelico <rosuav@gmail.com>
First post2015-12-10 15:53 +1100
Last post2015-12-10 15:53 +1100
Articles 1 — 1 participant

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

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: How to use internal python c funtions, from python code Chris Angelico <rosuav@gmail.com> - 2015-12-10 15:53 +1100

#100218 — Re: How to use internal python c funtions, from python code

FromChris Angelico <rosuav@gmail.com>
Date2015-12-10 15:53 +1100
SubjectRe: How to use internal python c funtions, from python code
Message-ID<mailman.105.1449723237.12405.python-list@python.org>
On Thu, Dec 10, 2015 at 3:44 PM, srinivas devaki
<mr.eightnoteight@gmail.com> wrote:
> For competitive programming purposes I really want to use those functions
> for speed.

Recommendation: Write your code the simple and obvious way, and *then*
start thinking about speed. And before you look at calling on C code
manually, try running your code in PyPy, and then try making use of
Cython.

For the specific example of converting an integer into a string using
a particular base, there are quite a few options available; but I
would recommend using the very simplest you can get away with.

ChrisA

[toc] | [standalone]


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


csiph-web