Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #87921 > unrolled thread

Newbie looking for elegant solution

Started byotaksoftspamtrap@gmail.com
First post2015-03-24 20:13 -0700
Last post2015-03-25 19:53 -0700
Articles 1 on this page of 21 — 10 participants

Back to article view | Back to comp.lang.python


Contents

  Newbie looking for elegant solution otaksoftspamtrap@gmail.com - 2015-03-24 20:13 -0700
    Re: Newbie looking for elegant solution Chris Angelico <rosuav@gmail.com> - 2015-03-25 14:28 +1100
      Re: Newbie looking for elegant solution otaksoftspamtrap@gmail.com - 2015-03-24 20:31 -0700
    Re: Newbie looking for elegant solution Paul Rubin <no.email@nospam.invalid> - 2015-03-24 21:04 -0700
      Re: Newbie looking for elegant solution kai.peters@gmail.com - 2015-03-24 21:19 -0700
      Re: Newbie looking for elegant solution Chris Angelico <rosuav@gmail.com> - 2015-03-25 15:19 +1100
        Re: Newbie looking for elegant solution kai.peters@gmail.com - 2015-03-24 21:46 -0700
          Re: Newbie looking for elegant solution Chris Angelico <rosuav@gmail.com> - 2015-03-25 16:05 +1100
          Re: Newbie looking for elegant solution Ben Finney <ben+python@benfinney.id.au> - 2015-03-25 16:28 +1100
          Re: Newbie looking for elegant solution Paul Rubin <no.email@nospam.invalid> - 2015-03-24 22:52 -0700
            Re: Newbie looking for elegant solution Rustom Mody <rustompmody@gmail.com> - 2015-03-24 23:32 -0700
    Re: Newbie looking for elegant solution Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-03-25 16:24 +1100
    Re: Newbie looking for elegant solution Dave Farrance <DaveFarrance@OMiTTHiSyahooANDTHiS.co.uk> - 2015-03-25 06:05 +0000
    Re: Newbie looking for elegant solution Travis Griggs <travisgriggs@gmail.com> - 2015-03-25 11:49 -0700
    Re: Newbie looking for elegant solution kai.peters@gmail.com - 2015-03-25 16:14 -0700
      Re: Newbie looking for elegant solution Paul Rubin <no.email@nospam.invalid> - 2015-03-25 16:30 -0700
      Re: Newbie looking for elegant solution Irmen de Jong <irmen.NOSPAM@xs4all.nl> - 2015-03-26 00:34 +0100
    Re: Newbie looking for elegant solution kai.peters@gmail.com - 2015-03-25 17:38 -0700
      Re: Newbie looking for elegant solution Paul Rubin <no.email@nospam.invalid> - 2015-03-25 18:09 -0700
        Re: Newbie looking for elegant solution kai.peters@gmail.com - 2015-03-25 18:29 -0700
          Re: Newbie looking for elegant solution Paul Rubin <no.email@nospam.invalid> - 2015-03-25 19:53 -0700

Page 2 of 2 — ← Prev page 1 [2]


#88015

FromPaul Rubin <no.email@nospam.invalid>
Date2015-03-25 19:53 -0700
Message-ID<87a8z031wd.fsf@jester.gateway.sonic.net>
In reply to#88012
kai.peters@gmail.com writes:
> The whole file. The device polls a storage area for incoming files and
> display them.

If the storage area is on disk and you don't care about speed, then it's
enough to convert the bit stream and write it out a character at a time.
Some other posters mentioned possible alternative PIL interfaces you
could use, to the one that gives you a bit stream.  The bit stream
interface sounds like a bad choice, but it's the only choice available
then go for it.

[toc] | [prev] | [standalone]


Page 2 of 2 — ← Prev page 1 [2]

Back to top | Article view | comp.lang.python


csiph-web