Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #41540
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.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.022 |
| X-Spam-Evidence | '*H*': 0.96; '*S*': 0.00; 'subject:Python': 0.05; 'python': 0.09; 'occurrences': 0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'is;': 0.16; 'subject:GUI': 0.16; 'subject:questions': 0.16; 'tkinter.': 0.16; 'wed,': 0.16; 'string': 0.17; 'wrote:': 0.17; 'code,': 0.18; 'not,': 0.21; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'message- id:@mail.gmail.com': 0.27; 'character': 0.29; "i'm": 0.29; 'point': 0.31; 'problem': 0.33; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'so,': 0.35; 'received:209.85': 0.35; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'hello,': 0.39; 'where': 0.40; 'your': 0.60; 'show': 0.63; 'making': 0.64; '20,': 0.65; 'sounds': 0.71; 'yourself': 0.77; '2013': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=HuOXzgXzuf3mMQwD3PFptx+odf45orMgTPTSJ1D4U40=; b=wWw/pP0gy7Gz7ayG2LzgCVYz/6GbICOPl8W9qbsEbLLf7NPX8p/3i2AFjYA8lTDwu+ G1yu2LiwnbW5e0I0qk1hz/2J24y+u6lbkRaR6fMQ3VyfRRojow6oW146XlNlyy9/4rco k39l7le/MYHTbyIWFSHG71w64fR7ktZDt5W8fXWOdK6ojGFSLM34/9b5FQiec+UyI8Fq 2vJSa65HfKLKMyF+0dgd7e1Cp0Lvs3XCi740dupV9T3Tp8OzrFcskieHUZ/JySTRaDXX wlIy8LMbCT2yuaHWrQafT0sh9ZQbHm1jcynj0lT8UOqazhbKg4442QwvOhwEc9nMaJcJ NRLA== |
| MIME-Version | 1.0 |
| X-Received | by 10.58.56.161 with SMTP id b1mr4762771veq.42.1363729191329; Tue, 19 Mar 2013 14:39:51 -0700 (PDT) |
| In-Reply-To | <4250fe44-c09c-48a8-aca2-51c1a8bc3a48@googlegroups.com> |
| References | <4250fe44-c09c-48a8-aca2-51c1a8bc3a48@googlegroups.com> |
| Date | Wed, 20 Mar 2013 08:39:51 +1100 |
| Subject | Re: Python GUI questions |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| 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 | <http://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 | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3536.1363729194.2939.python-list@python.org> (permalink) |
| Lines | 11 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1363729194 news.xs4all.nl 6858 [2001:888:2000:d::a6]:51473 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:41540 |
Show key headers only | View raw
On Wed, Mar 20, 2013 at 6:01 AM, maiden129 <sengokubasarafever@gmail.com> wrote: > Hello, > > I'm using python 3.2.3 and I'm making a program that show the of occurrences of the character in the string in Tkinter. This sounds like homework. Have you had a try at it yourself before asking? If so, show us your code, and point out where the problem is; if not, give it your best effort before you try to get someone else to do it for you, as that's the only way to learn! ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Python GUI questions maiden129 <sengokubasarafever@gmail.com> - 2013-03-19 12:01 -0700
Re: Python GUI questions Chris Angelico <rosuav@gmail.com> - 2013-03-20 08:39 +1100
Re: Python GUI questions maiden129 <sengokubasarafever@gmail.com> - 2013-03-19 15:50 -0700
Re: Python GUI questions maiden129 <sengokubasarafever@gmail.com> - 2013-03-19 15:50 -0700
Re: Python GUI questions Rick Johnson <rantingrickjohnson@gmail.com> - 2013-03-19 17:57 -0700
Re: Python GUI questions maiden129 <sengokubasarafever@gmail.com> - 2013-03-19 18:25 -0700
Re: Python GUI questions Ranting Rick <rantingrickjohnson@gmail.com> - 2013-03-19 19:16 -0700
Re: Python GUI questions maiden129 <sengokubasarafever@gmail.com> - 2013-03-19 19:36 -0700
Re: Python GUI questions Rick Johnson <rantingrickjohnson@gmail.com> - 2013-03-19 20:06 -0700
Re: Python GUI questions Terry Reedy <tjreedy@udel.edu> - 2013-03-19 23:21 -0400
Re: Python GUI questions Rick Johnson <rantingrickjohnson@gmail.com> - 2013-03-20 10:37 -0700
Re: Python GUI questions Jason Swails <jason.swails@gmail.com> - 2013-03-19 22:14 -0400
Re: Python GUI questions Jan Riechers <janpeterr@freenet.de> - 2013-03-31 16:33 +0300
csiph-web