Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #111712
| From | MRAB <python@mrabarnett.plus.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Ide or code editor confusion |
| Date | 2016-07-21 15:27 +0100 |
| Message-ID | <mailman.23.1469111423.22221.python-list@python.org> (permalink) |
| References | <2184a0ad-9d51-42db-ae11-5d0ab4512582@googlegroups.com> <CAPTjJmrXBgyobRs2VkgQSQq3VJL7fqe_JnwffLKWmTK1SKgB7g@mail.gmail.com> <f7abba98-c1b5-ef71-a6bb-9f2fc506aab5@mrabarnett.plus.com> |
On 2016-07-21 15:07, Chris Angelico wrote: > 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. > The key is that the editor should work with "plain text". A "code editor" is one that works with plain text, but has been designed with programming in mind. It will have useful features such as syntax colouring (different colours for reserved words, strings, ...), case conversion, easy indentation of multiple lines, and so on.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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