Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Bob Gailer Newsgroups: comp.lang.python Subject: Re: need help With understanding Date: Tue, 22 Mar 2016 08:49:54 -0400 Lines: 12 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de TsUeIhSvQsnaAKtaYgHQ5gXG5xo4YXAdacDjRt3MWFKw== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python,': 0.02; 'received:209.85.223': 0.03; '21,': 0.07; 'subject:help': 0.07; 'cc:addr:python-list': 0.09; 'python': 0.10; '2016': 0.16; 'cc:name:python list': 0.16; 'idle,': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'directory.': 0.18; 'pfxlen:0': 0.18; 'subject:need': 0.18; 'tells': 0.18; '>': 0.18; 'hey': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'header:In-Reply-To:1': 0.24; 'mon,': 0.24; 'install': 0.25; 'installed': 0.26; 'message-id:@mail.gmail.com': 0.27; 'subject:skip:u 10': 0.29; 'computer.': 0.32; 'idle': 0.33; 'received:google.com': 0.35; 'but': 0.36; 'received:209.85': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:209': 0.38; 'where': 0.40; 'mar': 0.65; 'believe': 0.66; 'mohamed': 0.84; 'som': 0.84; 'subject:With': 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:to :cc; bh=K87XBZu2SmjCULxKXM9+ecNaUviw7DVTMvFGn4xFaRI=; b=KuYBPp4G3DJs6FyRBCirayLnuj/3OwRd8WGpHaGuR0G+OPmcWo2ymGukprirLMfgVq XpwV4UlGSeZBNPpT3PGMNvRxGCMkS9vqdFmtyLI4vll9sIs3tFd4PNX6s+BoFFA8tiZw fnk0K4yJWdvUJ4usP9sqNTkywCqLl1tSiAoWbnSwfBjy1kHlUMHxICQVCwMhM+5hhLqi lm0XOO15u3puGo3gwXA8UuaxuqslQqm4y77xyzAIUOiJotQLrnvi/xtkMS3GLszEn9RR epLK2H9ClBWnAZUKPBFz2s2VA8sw7Wll8iVx4ui8umzJFWR+mPk9YcYRv9mWL1hjsxHb xFRw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=K87XBZu2SmjCULxKXM9+ecNaUviw7DVTMvFGn4xFaRI=; b=EWIRc3LKUY+JuwdZiacs22pKnC8oVk0rpX1w74e3Jxd2wizO87uyZCrZSMN5TgyTnf PmFCySU0nA4E3fhiIgXvDseVLdTRIdGeRHSu9FreDPSTN6x2V1SqAe2rcpeJUliV4oXp sxgthVGD13yyPNY8zV6eTCYNFBcw437VdhgHV3I9wOLaIMzqWd3IympsG/au2Oz9Cr3u O5IfX9/pbYz6JPtIziKVB1qO3jzQ5i9M88mqNNENWssRqmuMcAZR4jHUVHwcYaEJon8c oOxTvAXIrwPMx+12W44yhttnCY0PBGqIRvo6LV54pppiZ5IhTaDOt+z9jEQtwF44khFj 5YSg== X-Gm-Message-State: AD7BkJKCpx8cHJwfSl1n1xMUTgukQB30G4LdQcahCLyWZwQomx6Kdlhn7627uqjCOr1n3SQPBsEEAMka2hJrgQ== X-Received: by 10.107.167.69 with SMTP id q66mr3410707ioe.20.1458650994701; Tue, 22 Mar 2016 05:49:54 -0700 (PDT) In-Reply-To: X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:105473 On Mar 21, 2016 5:40 PM, "Peter Pearson" wrote: > > On Mon, 21 Mar 2016 11:18:57 +0000, mohamed mohamud wrote: > > hey im new at Learning Python, and i have an issue which i would like > > som help With. > > > > i have currently installed Python, and im Reading this book which > > tells me i have to have IDLE, but i cant find it on my computer. do i > > need to install it? and if so where do/can i find it.? > I believe IDLE is part of the Python distribution. Do a search for idle from the python directory.