From: James Harris on 5 May 2010 10:29 On 5 May, 04:25, Scott <scott.freem...(a)gmail.com> wrote: > James, > > Thanks for the comprehensive reply. I would like to post it to > comp.lang.python but the main file is 169 lines long and the file for > functions is 316 lines long. I'm thinking that is a little long for > this format. You're welcome. Yes, it sounds a bit long for a direct post. In general, comments are more forthcoming on smaller pithier code fragments. > Maybe I can put them up on a basic web page or file > sharing site and just post a link. Is that well received on this > forum? I can't answer for how it would be received here but once you have addressed any Python issues you may want to let folks on either or both of comp.dcom.sys.cisco comp.dcom.net-management know about your utility. James
From: Paul Rubin on 6 May 2010 02:59 Scott <scott.freemire(a)gmail.com> writes: > I've seen pypi. It seems to index code that is posted on all sorts of > sites - including pypi itself? And what is a "package" anyway? I've > seen sourceforge. It looks like a good home for big applications or > multi-developer projects. Freshmeat? Google code? My own website? Your > blog? My friends like github.com for code hosting. There is an xkcd about it: http://xkcd.com/624/ If it's just a one-off script that you want comments on, you can post it here on clpy. Or if you want to chat with other programmers about it, download an irc client and visit #python on irc.freenode.net.
First
|
Prev
|
Pages: 1 2 Prev: str.count algorithm Next: Exclusively lock a file to prevent other processes from readingit? |