Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'languages.': 0.04; '*not*': 0.07; 'ide': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:language': 0.09; '\xe2\x80\x94': 0.09; 'python': 0.11; 'language.': 0.14; 'debugger,': 0.16; 'emulator': 0.16; 'finney': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:programming': 0.16; 'subject:python': 0.16; 'thursday,': 0.16; 'language': 0.16; 'wrote:': 0.18; 'programming': 0.22; 'shell': 0.22; 'header:User- Agent:1': 0.23; 'commands,': 0.24; 'lets': 0.24; 'environment': 0.24; 'header:X-Complaints-To:1': 0.27; 'invoke': 0.31; 'writes:': 0.31; 'run': 0.32; 'text': 0.33; 'subject: (': 0.35; 'tool': 0.35; 'test': 0.35; 'but': 0.35; 'programming,': 0.36; 'should': 0.36; 'too': 0.37; 'being': 0.38; 'ben': 0.38; 'to:addr:python-list': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'either': 0.39; 'received:org': 0.40; 'called': 0.40; 'firm': 0.61; "you're": 0.61; 'more': 0.64; 'effectively': 0.66; 'dozens': 0.84; 'flexible,': 0.84; 'subject:know': 0.84; 'subject:want': 0.91; 'tied': 0.93; '2013': 0.98 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Ben Finney Subject: Flexible programming environment (was: i want to know about python language) Date: Thu, 07 Nov 2013 18:10:08 +1100 References: <7bac0a88-da8a-4867-8a09-b388d10891e6@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: rasputin.madmonks.org X-Public-Key-ID: 0xAC128405 X-Public-Key-Fingerprint: 517C F14B B2F3 98B0 CB35 4855 B8B2 4C06 AC12 8405 X-Public-Key-URL: http://www.benfinney.id.au/contact/bfinney-gpg.asc X-Post-From: Ben Finney User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) Cancel-Lock: sha1:FgdT0kaKORKcFkWG88g2G9+0JSM= X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 29 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1383808226 news.xs4all.nl 15886 [2001:888:2000:d::a6]:58591 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:58633 Kewl p writes: > On Thursday, November 7, 2013 8:48:26 AM UTC+5:30, Kewl p wrote: > > hiiii > > can i get link of a ide in which python can run,,...?? I recommend learning a programming environment that is *not* tied to a particular programming language. Use an environment that lets you edit text files, type arbitrary shell commands, run a test suite, invoke a debugger, run an interactive language shell — *without* being specific to any particular language. For me, that's a terminal emulator, and Emacs. Others prefer a terminal emulator and Vim. Either are very powerful and very flexible, and have support for many dozens of languages. Python does have a Python-specific IDE, called “IDLE”. But if you're interested in programming, you should be learning tools that let you continue to use the tool just as effectively when you use more than one language. -- \ “I am too firm in my consciousness of the marvelous to be ever | `\ fascinated by the mere supernatural …” —Joseph Conrad, _The | _o__) Shadow-Line_ | Ben Finney