Re: Hex editor - Python beginner's code open to review

2007-08-12 Thread Steve Holden
[EMAIL PROTECTED] wrote: > On Aug 10, 10:36 pm, CC <[EMAIL PROTECTED]> wrote: >> Hi: >> >> http://web.newsguy.com/crcarl/python/hexl.py >> >> This is my first Python program other than tutorial code snippet >> experimentation. I chose a hex line editor. I may do a hex screen >> editor once this i

Re: Hex editor - Python beginner's code open to review

2007-08-12 Thread kyosohma
On Aug 10, 10:36 pm, CC <[EMAIL PROTECTED]> wrote: > Hi: > > http://web.newsguy.com/crcarl/python/hexl.py > > This is my first Python program other than tutorial code snippet > experimentation. I chose a hex line editor. I may do a hex screen > editor once this is done, if I feel like playing wit

Hex editor - Python beginner's code open to review

2007-08-10 Thread CC
Hi: http://web.newsguy.com/crcarl/python/hexl.py This is my first Python program other than tutorial code snippet experimentation. I chose a hex line editor. I may do a hex screen editor once this is done, if I feel like playing with the curses module. Or move straight to wxPython. This i