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


Groups > comp.lang.python > #111710

Re: Ide or code editor confusion

From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Subject Re: Ide or code editor confusion
Date 2016-07-22 00:07 +1000
Message-ID <mailman.22.1469110046.22221.python-list@python.org> (permalink)
References <2184a0ad-9d51-42db-ae11-5d0ab4512582@googlegroups.com> <CAPTjJmrXBgyobRs2VkgQSQq3VJL7fqe_JnwffLKWmTK1SKgB7g@mail.gmail.com>

Show all headers | View raw


On Thu, Jul 21, 2016 at 11:56 PM,  <sigmaphine1914@gmail.com> wrote:
> I'm learning Python and something is really unclear on the chapter im on.
>
> So Python has its own IDE to write code but now it's talking about "code editors"
>
> My confusion is so I need a code editor like Sublime text? Is that what Python IDE is for?

You can use any text editor to write your Python code. If you're using
nothing except Python, IDLE is excellent, but if you work with several
different languages, you may prefer Sublime, or Atom, or SciTE, or GNU
Nano, or something else. You can pick up pretty much any text editor
(not a word processor, and not Windows Notepad, but virtually anything
else will do) and use that to work on your code.

Without knowing what chapter of what book you're reading, I can't
advise any further.

ChrisA

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


Thread

Ide or code editor confusion sigmaphine1914@gmail.com - 2016-07-21 06:56 -0700
  Re: Ide or code editor confusion Chris Angelico <rosuav@gmail.com> - 2016-07-22 00:07 +1000
    Re: Ide or code editor confusion sigmaphine1914@gmail.com - 2016-07-21 07:22 -0700
      Re: Ide or code editor confusion Chris Angelico <rosuav@gmail.com> - 2016-07-22 00:37 +1000
        Re: Ide or code editor confusion Lawrence D’Oliveiro <lawrencedo99@gmail.com> - 2016-08-04 00:23 -0700
          Re: Ide or code editor confusion Michael Torrie <torriem@gmail.com> - 2016-08-04 12:36 -0600
            Re: Ide or code editor confusion Lawrence D’Oliveiro <lawrencedo99@gmail.com> - 2016-08-06 18:11 -0700
          Re: Ide or code editor confusion Chris Angelico <rosuav@gmail.com> - 2016-08-05 04:48 +1000
  Re: Ide or code editor confusion MRAB <python@mrabarnett.plus.com> - 2016-07-21 15:27 +0100
  Re: Ide or code editor confusion Jussi Piitulainen <jussi.piitulainen@helsinki.fi> - 2016-07-21 17:31 +0300

csiph-web