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


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

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

Started bysrinivas devaki <mr.eightnoteight@gmail.com>
First post2015-12-11 07:35 +0530
Last post2015-12-11 07:35 +0530
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 srinivas devaki <mr.eightnoteight@gmail.com> - 2015-12-11 07:35 +0530

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

Fromsrinivas devaki <mr.eightnoteight@gmail.com>
Date2015-12-11 07:35 +0530
SubjectRe: How to use internal python c funtions, from python code
Message-ID<mailman.124.1449799554.12405.python-list@python.org>
Thank you Chris,
later I  decided that this would be cheating  and I have to think about
another algorithmic approach.

most of the competitive programming platforms provide python with a time
limit of 5 times of c/c++ time limit. but in many cases like if the
algorithms are recursive(like segment trees etc) that 5 factor is just not
enough.

but still I think it would be cool to be able to access internal c
functions without any fuss. I can use such feature with heapq too(sift
operations),

[toc] | [standalone]


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


csiph-web