Delta Force
Published in

Delta Force

Extending Python with C

Say you’ve finally hit a point while writing your python code where performance starts becoming an issue. So now, you’ve decided to go ahead and optimize your code a little

At this point, you have a bunch of options in front of you.

  1. Bring down the time complexity of whatever it is that’s slowing you down. Pick a faster algorithm. Ideally, this is what you should try out first. And in most cases…

--

--

The Programming Club of NIT Trichy. We are a bunch of passionate developers, here to share our enthusiasm for coding with the world!

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store