Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #76213
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.019 |
| X-Spam-Evidence | '*H*': 0.96; '*S*': 0.00; 'python.': 0.02; 'python,': 0.02; 'subject:Python': 0.06; 'back.': 0.09; 'cc:addr:python- list': 0.11; 'python': 0.11; 'windows': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:simple': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'command': 0.22; 'aug': 0.22; 'cc:addr:python.org': 0.22; 'question': 0.24; 'cc:2**0': 0.24; 'script': 0.25; 'header:In-Reply-To:1': 0.27; 'idea': 0.28; 'am,': 0.29; 'words': 0.29; 'start,': 0.30; 'message-id:@mail.gmail.com': 0.30; 'file': 0.32; 'probably': 0.32; 'could': 0.34; 'anybody': 0.35; 'received:google.com': 0.35; '14,': 0.36; 'library.': 0.36; 'doing': 0.36; 'heard': 0.39; 'skip:p 20': 0.39; 'how': 0.40; 'new': 0.61; "you'll": 0.62; 'subject:Need': 0.64; 'more': 0.64; 'finish': 0.65; 'book,': 0.68; 'prompt': 0.68; 'fact,': 0.69; '(any': 0.84; 'studying': 0.84; 'to:none': 0.92; 'have.': 0.93 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type:content-transfer-encoding; bh=pv7j0PZ1jEg0uEkgcvOM1fEQdtNj9WS6yWheWwiEeF8=; b=SLLCqzML5Px3w8xDKMyxibWaIOoxqj/Msnip01BWww/MK5uvZZExXyMeo6u0NyD8SS xKhCBISOMv07d9WXKogsveGIiDmCoxfa3POIYeqJRMby5tFiG9ci6E+Rjf4nKDUvqzEW y7Bv8lvxhvoKiTzlKwrcmDSEO74/HsjWIIexBIUPx1IJA92Owpzkgf4N5j6WRWrFEEIG kFQlqPfgGwwIM3ewlwaznF0R4QCAQsmlFNFpkZnDL0YL0YT14C1CfBSfJNDEsT2yqjPo h37uGAuJKnrhY5/FNKt80AzAsJVswC7RMO0E5FE3xQPxT6A/yNa83DM80Q88chF9F2uq +vCg== |
| MIME-Version | 1.0 |
| X-Received | by 10.51.17.2 with SMTP id ga2mr9394479igd.2.1407946657591; Wed, 13 Aug 2014 09:17:37 -0700 (PDT) |
| In-Reply-To | <0ec17bee-0ed6-4494-b4ab-2319880315af@googlegroups.com> |
| References | <0ec17bee-0ed6-4494-b4ab-2319880315af@googlegroups.com> |
| Date | Thu, 14 Aug 2014 02:17:37 +1000 |
| Subject | Re: Need simple Python Script |
| From | Chris Angelico <rosuav@gmail.com> |
| Cc | "python-list@python.org" <python-list@python.org> |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | quoted-printable |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.12929.1407946660.18130.python-list@python.org> (permalink) |
| Lines | 15 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1407946660 news.xs4all.nl 2837 [2001:888:2000:d::a6]:59937 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:76213 |
Show key headers only | View raw
On Thu, Aug 14, 2014 at 2:11 AM, <taifulsust@gmail.com> wrote: > I am new in Python programming.Currently reading the book " Learn Python the Heard Way".However i need a python script which will take an image file (any standard format) from my windows pc as input.Can anybody have any solution?I use command prompt and gedit to learn python. > If you finish studying the book, you'll have a better idea of how to go about doing things in Python, and also of how to find out more about what you can work with. For a start, you probably want a Python imaging library. You could type those three words into a search engine and see what comes back. In fact, that's probably a good start for any question you have. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Need simple Python Script taifulsust@gmail.com - 2014-08-13 09:11 -0700 Re: Need simple Python Script Chris Angelico <rosuav@gmail.com> - 2014-08-14 02:17 +1000 Re: Need simple Python Script John Gordon <gordon@panix.com> - 2014-08-13 17:08 +0000 Re: Need simple Python Script Terry Reedy <tjreedy@udel.edu> - 2014-08-13 17:01 -0400
csiph-web