Thanks fellas,

Those are fine ideas, but I guess what I was really hoping for was not so
much help with that specific question, but some review of my newbie python
module code.

In many ways, Python is very straightforward, but in other aspects I spent
hours looking for the right way to do something. Often times I wasn't sure I
got it right. I did read PEP-0008 and an old OSCON talk called "Code Like a
Pythonista". Still it would be great to have some old hands give it a quick
look. It's not that much code.

> wc `find . -type f|grep -v git`
      16      37     388 ./bin/pyplay
      21      96     576 ./CHANGES.yaml
      25     194    1326 ./LICENSE
      14      45     293 ./Makefile
       4       8      73 ./MANIFEST.in
     197     537    5885 ./pyplay.py
     127     514    3311 ./README.rst
      48      97    1132 ./setup.py
     452    1528   12984 total

Cheers, Ingy

On Sat, Mar 20, 2010 at 10:02 PM, Brian Dorsey <[email protected]>wrote:

> On Sat, Mar 20, 2010 at 7:42 PM, Mike Orr <[email protected]> wrote:
> <snip Mike's good ideas>
>
> Ingy,
>
> Another option might be to drop straight into your own shell, there is
> a module in the stdlib to help, cmd:
> http://docs.python.org/library/cmd.html
>
> I'm looking forward to your talk.
>
> Take care,
>     -Brian
>

Reply via email to