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


Groups > comp.lang.python > #72207

Re: IDE for python

Subject Re: IDE for python
From Greg Schroeder <gmschroeder@gmail.com>
Date 2014-05-29 08:13 +0700
References <f392fcc8-2563-48d4-a9c7-97ae9e13dd9d@googlegroups.com> <87iooqw51z.fsf@elektro.pacujo.net> <1401277601.6327.9.camel@greg-Lenovo-G480> <CAPTjJmoWu2zY7t978udQy0kbZR2mEC=edn5nJqxy_1PYz2eRRw@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.10431.1401326029.18130.python-list@python.org> (permalink)

Show all headers | View raw


On Wed, 2014-05-28 at 22:55 +1000, Chris Angelico wrote:
> On Wed, May 28, 2014 at 9:46 PM, Greg Schroeder <gmschroeder@gmail.com> wrote:
> >> > Please suggest, if we have any free ide for python development.
> >
> > Anything that writes text is fine.
> > I recommend the standard text editor for your OS (Notepad if you use
> > Windows, Textedit on Mac, whatever is on your GNU/Linux distro by
> > default) unless you know exactly what you don't like about it.
> 
> No. Don't use Notepad for anything! It's easy enough to get a better
> editor. Among its other faults, Notepad:
> 
> 1) Has problems with LF line endings (they vanish, and you have hugely
> long lines)
> 2) Puts three junk bytes onto the beginning of a file that it
> considers saved as UTF-8
> 3) Doesn't understand coding cookies, and will happily save something
> in a different encoding like CP-1252 (which it calls "ANSI")
> 4) Guesses encodings on load, giving rise to the famous "Bush hid the
> facts" trick - although this is unlikely to be a problem with
> something of decent size
> 5) Has issues with large files - or at least, it did last time I
> tried; this may no longer be true with Windows 7/8
> 
> Default text editors on the Linux distros I've used have been far
> better, but still less than ideal. With Debian Squeeze, I got a gedit
> that bugged me in several ways, which is what pushed me onto SciTE.
> You can certainly start coding with gedit, though. The issues that I
> had with it were relating to heavy-duty usage that I do, where I'm
> basically spending an entire day delving into code and moving stuff
> around. These days, though, I'd rather have one editor on both the
> platforms I use (Windows and Linux, each in multiple variants), as it
> allows me to share configs and comfortable keystrokes. There are
> plenty of cross-platform editors to choose from.
> 
> So, I agree with your analysis, as regards gedit ("know exactly what
> you don't like about it"). If it doesn't bug you, use it. But if
> Notepad doesn't bug you, *still don't use it*, because it's like
> driving a car that isn't structurally sound. It might not be you that
> gets hurt by it... or it might not be for quite a while that you see
> the problems... but the pain will happen.
> 
> ChrisA
Well, learn something new every day. Any gripes against vim with some
tweaks?
Greg

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