[Tutor] code review

Steven D'Aprano steve at pearwood.info
Wed Jun 11 01:04:06 CEST 2014


On Tue, Jun 10, 2014 at 04:51:20PM +0100, Adam Gold wrote:
> Hi there.  I've been writing a script that is now finished and working
> (thanks, in part, to some helpful input from this board).  What I'd
> really like to do now is go through it with an 'expert' who can point
> out ways I may have been able to code more efficiently/effectively.  I
> don't think it would be appropriate to post the whole script here and
> ask "how could I do this better" (!) so I was wondering if anyone knows
> of ways for python noobs to connect with python experts for this sort of
> exercise.  I understand people can be really busy so I'm happy to pay
> for someone's time if necessary.


How big is the script? A single file, or hundreds of files? Fifty lines 
of code? A thousand?

In simple English, what does it do? Does it require specialized 
knowledge to understand?

Is it available somewhere on the Internet? E.g. on Google code, github, 
sourceforge, your own personal website? Are there confidentiality 
restrictions on it?

The answer to these questions will influence the type of code review 
you get.


-- 
Steven


More information about the Tutor mailing list