Find Jobs
Hire Freelancers

Optimize Python Code for Two Scripts

$10-30 USD

Closed
Posted over 6 years ago

$10-30 USD

Paid on delivery
Please see attached profiles for the two scripts. I am looking for someone to quickly optimize two different scripts that I will send to the freelancer we award the work to... Objective: to optimize two scripts using at least the below methods (we haven't listed everything) I am looking for someone who can use the map, reduce, and filter keywords to significantly speed up tight loops. Where possible convert if's to try's. If you see code like this: if somethingcrazy_happened: uhOhBetterDoSomething() else: doWhatWeNormallyDo() And doWhatWeNormallyDo() would throw an exception if something crazy had happened, then it would be faster to arrange your code like this: try: doWhatWeNormallyDo() except SomethingCrazy: uhOhBetterDoSomething() Because of the cost of name lookups, it can also be better to cache global values within functions, and bake-in simple boolean tests into functions like this: Unoptimised function: def foo(): if condition_that_rarely_changes: doSomething() else: doSomethingElse() Instead of using a variable, exploit the fact that the interpreter is doing a name lookup on the function anyway! When the condition becomes true: foo = doSomething # now foo() calls doSomething() When the condition becomes false: foo = doSomethingElse # now foo() calls doSomethingElse()
Project ID: 16214860

About the project

3 proposals
Remote project
Active 6 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
3 freelancers are bidding on average $23 USD for this job
User Avatar
Expertise in Python. 5+ years of experience in desired skills. Hands-on Exp. on skills like Python, Linux, Shell Scripting, Django, Flask, REST API, JSON, HTML5, MYSQL/PSQL, BOOTSTRAP, CSS3, AJAX, Jquery, javascript FULL STACK DEVELOPER...
$30 USD in 1 day
5.0 (7 reviews)
3.3
3.3

About the client

Flag of UNITED STATES
Franklin, United States
5.0
32
Payment method verified
Member since Apr 17, 2010

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.