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


Groups > comp.lang.python > #72196

Re: IDE for python

Path csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.002
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'python.': 0.02; '*not*': 0.07; 'bash': 0.09; 'ide': 0.09; 'okay': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'language.': 0.14; 'windows': 0.15; 'bash,': 0.16; 'enough.': 0.16; 'evaluating': 0.16; 'finney': 0.16; 'idle,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'screen,': 0.16; 'toolset': 0.16; 'with?': 0.16; 'subject:python': 0.16; ':-)': 0.16; 'language': 0.16; 'programming': 0.22; 'comfortable': 0.22; 'header:User-Agent:1': 0.23; 'header:X-Complaints-To:1': 0.27; 'start,': 0.30; 'strongly': 0.30; 'software,': 0.31; 'minor': 0.31; 'ones.': 0.31; 'writes:': 0.31; 'this.': 0.32; 'languages': 0.32; 'running': 0.33; 'development.': 0.33; 'screen': 0.34; 'hundreds': 0.35; 'test': 0.35; 'but': 0.35; 'there': 0.35; 'should': 0.36; 'effort': 0.37; 'operating': 0.37; 'ben': 0.38; 'to:addr:python-list': 0.38; 'support,': 0.39; 'supporting': 0.39; 'to:addr:python.org': 0.39; 'either': 0.39; 'received:org': 0.40; 'continued': 0.60; 'invest': 0.60; 'free': 0.61; 'include:': 0.61; 'new': 0.61; "you're": 0.61; 'incorporate': 0.68; 'press': 0.70; 'led': 0.72; 'mature': 0.84; 'received:125': 0.84; 'today;': 0.84; 'numerous': 0.93
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Ben Finney <ben@benfinney.id.au>
Subject Re: IDE for python
Date Thu, 29 May 2014 08:13:46 +1000
References <f392fcc8-2563-48d4-a9c7-97ae9e13dd9d@googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Transfer-Encoding 8bit
X-Gmane-NNTP-Posting-Host jigong.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-pubkey.asc
X-Post-From Ben Finney <bignose+hates-spam@benfinney.id.au>
User-Agent Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)
Cancel-Lock sha1:DJaCeSk7jmxZTqL+5oeCttFcvKE=
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.10425.1401315245.18130.python-list@python.org> (permalink)
Lines 55
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1401315245 news.xs4all.nl 2855 [2001:888:2000:d::a6]:51392
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:72196

Show key headers only | View raw


Sameer Rathoud <sameer.rathoud@gmail.com> writes:

> I am new to python.
> I am currently using python 3.3

Welcome! You're off to a good start, using Python 3 :-)

> With python I got IDLE, but I am not very comfortable with this.
> Please suggest, if we have any free ide for python development.

What other programming languages are you familiar with?

Learning a programming language is difficult enough. It should *not*
entail all the effort of evaluating and learning a language-specific
IDE; you should already be using an IDE that supports the new language.


I strongly recommend learning *one* IDE which is free software, has good
cross-platform and cross-language support, is mature and flexible.

My IDE is Bash, Screen, and Emacs:

* a terminal, running a GNU Screen session; Screen windows include:

  * Bash in various Screen windows

  * Emacs

  * an automated test runner

  * a database client

You should invest the effort to learn either of Vim or Emacs. They both:

* are free software, ensuring there are no barriers to their continued
  maintenance into the indefinite future;

* mature, ensuring they have survived numerous IDE fads and already
  incorporate a lot of accumulated wisdom;

* cross-platform, working the same on every development operating system
  today;

* cross-language, supporting every important programming language and
  hundreds of minor ones.

Learn either one of them, *once*, and you will be able to use the same
toolset for any other languages you need.

-- 
 \        “A free press is one where it's okay to state the conclusion |
  `\                      you're led to by the evidence.” —Bill Moyers |
_o__)                                                                  |
Ben Finney

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

IDE for python Sameer Rathoud <sameer.rathoud@gmail.com> - 2014-05-28 03:43 -0700
  Re: IDE for python Marko Rauhamaa <marko@pacujo.net> - 2014-05-28 13:50 +0300
    Re: IDE for python Greg Schroeder <gmschroeder@gmail.com> - 2014-05-28 18:46 +0700
      Re: IDE for python Sameer Rathoud <sameer.rathoud@gmail.com> - 2014-05-28 05:56 -0700
        Re: IDE for python Sameer Rathoud <sameer.rathoud@gmail.com> - 2014-05-28 06:01 -0700
          Re: IDE for python Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-05-28 15:36 +0100
        Re: IDE for python Duncan Booth <duncan.booth@invalid.invalid> - 2014-05-29 08:09 +0000
          Re: IDE for python Duncan Booth <duncan.booth@invalid.invalid> - 2014-05-29 08:32 +0000
    Re: IDE for python Chris Angelico <rosuav@gmail.com> - 2014-05-28 22:55 +1000
      Re: IDE for python wxjmfauth@gmail.com - 2014-05-28 08:38 -0700
        Re: IDE for python Wolfgang Maier <wolfgang.maier@biologie.uni-freiburg.de> - 2014-06-02 07:28 +0000
        Re: IDE for python Tim Golden <mail@timgolden.me.uk> - 2014-06-02 09:15 +0100
        Re: IDE for python Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-06-02 10:02 +0100
        Re: IDE for python Chris Angelico <rosuav@gmail.com> - 2014-06-02 19:15 +1000
        Re: IDE for python Wolfgang Maier <wolfgang.maier@biologie.uni-freiburg.de> - 2014-06-02 10:10 +0000
        Re: IDE for python Tim Golden <mail@timgolden.me.uk> - 2014-06-02 11:43 +0100
        Re: IDE for python Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-06-02 13:11 +0100
    Re: IDE for python Greg Schroeder <gmschroeder@gmail.com> - 2014-05-29 08:13 +0700
    Programmer's text editor, for Python and everything else (was: IDE for python) Ben Finney <ben@benfinney.id.au> - 2014-05-29 12:51 +1000
  答复: IDE for python "cheng.li" <scrappedprince.li@gmail.com> - 2014-05-28 18:51 +0800
  Re: IDE for python alister <alister.nospam.ware@ntlworld.com> - 2014-05-28 11:03 +0000
  Re: IDE for python Mihamina Rakotomandimby <mihamina.rakotomandimby@rktmb.org> - 2014-05-28 13:51 +0300
    Re: IDE for python Sameer Rathoud <sameer.rathoud@gmail.com> - 2014-05-28 04:31 -0700
      Re: IDE for python Chris Angelico <rosuav@gmail.com> - 2014-05-28 22:00 +1000
      Re: IDE for python "prashanth B.G" <prash.bg@gmail.com> - 2014-05-28 17:41 +0530
      Re: IDE for python Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-05-28 13:35 +0100
        Re: IDE for python Sameer Rathoud <sameer.rathoud@gmail.com> - 2014-05-28 06:27 -0700
      Re: IDE for python Joseph Martinot-Lagarde <joseph.martinot-lagarde@m4x.org> - 2014-06-04 02:12 +0200
  Re: IDE for python Chris Angelico <rosuav@gmail.com> - 2014-05-28 21:33 +1000
  Re: IDE for python Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-05-28 13:04 +0000
    Re: IDE for python "Rhodri James" <rhodri@wildebst.org.uk> - 2014-05-29 00:12 +0100
      Re: IDE for python Chris Angelico <rosuav@gmail.com> - 2014-05-29 18:02 +1000
  Re: IDE for python William Ray Wing <wrw@mac.com> - 2014-05-28 08:47 -0400
  Re: IDE for python Mark H Harris <harrismh777@gmail.com> - 2014-05-28 09:25 -0500
  Re: IDE for python Wolfgang Keller <feliphil@gmx.net> - 2014-05-28 18:24 +0200
    Re: IDE for python "Ernest Bonat, Ph.D." <ernest.bonat@gmail.com> - 2014-05-28 10:24 -0700
  Re: IDE for python Deb Wyatt <codemonkey@inbox.com> - 2014-05-28 09:39 -0800
  Re: IDE for python Rustom Mody <rustompmody@gmail.com> - 2014-05-28 12:10 -0700
  Re: IDE for python Ben Finney <ben@benfinney.id.au> - 2014-05-29 08:13 +1000
  Re: IDE for python Wolfgang Maier <wolfgang.maier@biologie.uni-freiburg.de> - 2014-05-29 11:41 +0200
  Re: IDE for python Terry Reedy <tjreedy@udel.edu> - 2014-05-29 12:39 -0400
    Re: IDE for python Paul Rudin <paul.nospam@rudin.co.uk> - 2014-05-29 17:44 +0100
      Re: IDE for python Mark H Harris <harrismh777@gmail.com> - 2014-05-29 15:11 -0500
        Re: IDE for python Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-05-29 21:41 +0100
        Re: IDE for python alister <alister.nospam.ware@ntlworld.com> - 2014-05-30 12:23 +0000
      Re: IDE for python Rustom Mody <rustompmody@gmail.com> - 2014-05-30 05:53 -0700
        Re: IDE for python Marko Rauhamaa <marko@pacujo.net> - 2014-05-30 16:54 +0300
          Re: IDE for python Rustom Mody <rustompmody@gmail.com> - 2014-05-30 07:04 -0700
            Re: IDE for python wxjmfauth@gmail.com - 2014-05-30 08:06 -0700
              Re: IDE for python Rustom Mody <rustompmody@gmail.com> - 2014-05-30 09:15 -0700
                Re: IDE for python Terry Reedy <tjreedy@udel.edu> - 2014-05-30 12:37 -0400
                Re: IDE for python Rustom Mody <rustompmody@gmail.com> - 2014-05-30 09:40 -0700
                Re: IDE for python Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-05-30 17:38 +0100
                Re: IDE for python Rustom Mody <rustompmody@gmail.com> - 2014-05-30 10:07 -0700
                Re: IDE for python Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-05-30 18:27 +0100
                Re: IDE for python Rustom Mody <rustompmody@gmail.com> - 2014-05-31 18:48 -0700
                Re: IDE for python wxjmfauth@gmail.com - 2014-06-01 00:38 -0700
                Re: IDE for python Marko Rauhamaa <marko@pacujo.net> - 2014-06-01 10:58 +0300
                Re: IDE for python Chris Angelico <rosuav@gmail.com> - 2014-06-01 18:31 +1000
                Re: IDE for python Rustom Mody <rustompmody@gmail.com> - 2014-06-01 01:52 -0700
                Re: IDE for python Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-06-01 09:06 +0000
                Re: IDE for python Chris Angelico <rosuav@gmail.com> - 2014-06-01 19:59 +1000
                Re: IDE for python wxjmfauth@gmail.com - 2014-05-31 01:46 -0700
                Re: IDE for python wxjmfauth@gmail.com - 2014-05-30 10:17 -0700
                Re: IDE for python Rustom Mody <rustompmody@gmail.com> - 2014-05-30 10:30 -0700
                Re: IDE for python wxjmfauth@gmail.com - 2014-05-30 11:43 -0700
          Re: IDE for python Terry Reedy <tjreedy@udel.edu> - 2014-05-30 11:46 -0400
        Re: IDE for python "Rhodri James" <rhodri@wildebst.org.uk> - 2014-06-01 00:17 +0100
  Re: IDE for python Chris Angelico <rosuav@gmail.com> - 2014-05-30 02:51 +1000
  Re: IDE for python Terry Reedy <tjreedy@udel.edu> - 2014-05-29 16:45 -0400
  Re: IDE for python Ben Finney <ben@benfinney.id.au> - 2014-05-30 07:05 +1000
  Re: IDE for python Travis Griggs <travisgriggs@gmail.com> - 2014-05-29 15:40 -0700
    Re: IDE for python Andrea D'Amore <anddamNOALPASTICCIODICARNE+gruppi@brapi.net> - 2014-05-30 09:21 +0200
      Re: IDE for python Andrea D'Amore <anddamNOALPASTICCIODICARNE+gruppi@brapi.net> - 2014-05-30 11:04 +0200

csiph-web