Re: [Tutor] Good Text Editor/IDE for Python

2014-09-03 Thread memilanuk
On 09/03/2014 12:49 AM, Alan Gauld wrote: I can see how it happened, after all anaconda is a snake too so its an "obvious" name for a Python related project... True... but about 15 seconds of due diligence searching google beforehand for 'python anaconda' is all they had to do to avoid the na

Re: [Tutor] Good Text Editor/IDE for Python

2014-09-03 Thread Alan Gauld
On 03/09/14 08:26, memilanuk wrote: On 09/01/2014 07:36 PM, Juan Christian wrote: Forget guys, we have the true winner, Anaconda (https://sublime.wbond.net/packages/Anaconda) Weird that they would pick that name given the potential for confusion with this: https://store.continuum.io/cshop/an

Re: [Tutor] Good Text Editor/IDE for Python

2014-09-03 Thread memilanuk
On 09/01/2014 07:36 PM, Juan Christian wrote: Forget guys, we have the true winner, Anaconda (https://sublime.wbond.net/packages/Anaconda) Anaconda turns your Sublime Text 3 in a full featured Python development IDE including autocompletion, code linting, IDE features, autopep8 formating, McCabe

Re: [Tutor] Good Text Editor/IDE for Python

2014-09-01 Thread Juan Christian
Forget guys, we have the true winner, Anaconda ( https://sublime.wbond.net/packages/Anaconda) Anaconda turns your Sublime Text 3 in a full featured Python development IDE including autocompletion, code linting, IDE features, autopep8 formating, McCabe complexity checker and Vagrant for Sublime Tex

Re: [Tutor] Good Text Editor/IDE for Python

2014-09-01 Thread Juan Christian
So guys, I'll be using this one ( https://sublime.wbond.net/packages/SublimeLinter-flake8), why? Because acording to Python Package Index ( https://pypi.python.org/pypi/flake8), this linter uses: 1. PyFlakes 2. pep8 3. Ned Batchelder's McCabe script I don't have a clue what the n3 does, but the

Re: [Tutor] Good Text Editor/IDE for Python

2014-09-01 Thread Cameron Simpson
On 01Sep2014 23:59, Steven D'Aprano wrote: On Mon, Sep 01, 2014 at 11:57:08AM +1000, Cameron Simpson wrote: On 01Sep2014 11:13, Steven D'Aprano wrote: >Just recently, I've customised my interactive Python with a powerful set >of tab completion commands, similar to that provided by IPython. Whi

Re: [Tutor] Good Text Editor/IDE for Python

2014-09-01 Thread Juan Christian
I'm going to test a linter for ST3, but there are tons of options for Python and I got confused. https://sublime.wbond.net/packages/SublimeLinter-pyflakes https://sublime.wbond.net/packages/SublimeLinter-pylint https://sublime.wbond.net/packages/SublimeLinter-pep8 https://sublime.wbond.net/package

Re: [Tutor] Good Text Editor/IDE for Python

2014-09-01 Thread Alan Gauld
On 01/09/14 19:34, Juan Christian wrote: + cmd.exe for coding, If you are not a cmd.exe regular make sure you read the help page and enable all the extra features that are turned off by default... Things like file and command completion for example. It makes cmd.exe a much more usable place.

Re: [Tutor] Good Text Editor/IDE for Python

2014-09-01 Thread Juan Christian
Thanks everyone. I will try tabhistory, since I'm using Python 3.4.1 it comes built-in in the IDLE, as the site says, "(Python 3.4 comes with these enabled as standard.)", so, I'll definitely try IDLE. I like PyCharm but I prefer a "calm and clear" environment in order to code. I'll keep using Su

Re: [Tutor] Good Text Editor/IDE for Python

2014-09-01 Thread Danny Yoo
On Sun, Aug 31, 2014 at 5:12 PM, Juan Christian wrote: > I've been using PyCharm to code in Python but it seems a bit "overpowered" > for this task, and there are some annoying bugs. I used Sublime Text 2 in > the past, but it seems to be dead now (last update was JUN/2013), so I don't > really kn

Re: [Tutor] Good Text Editor/IDE for Python

2014-09-01 Thread Alan Gauld
On 01/09/14 14:59, Steven D'Aprano wrote: (Question: anyone know how to tell readline to jump straight to a particular history line? M-< goes to the oldest line in the history, and M-> goes to the most recent, but how would I go straight to line 87?) Bash readline allows backwards searches of

Re: [Tutor] Good Text Editor/IDE for Python

2014-09-01 Thread Steven D'Aprano
On Mon, Sep 01, 2014 at 11:57:08AM +1000, Cameron Simpson wrote: > On 01Sep2014 11:13, Steven D'Aprano wrote: > >Just recently, I've customised my interactive Python with a powerful set > >of tab completion commands, similar to that provided by IPython. While > >typing, if I hit tab, it will try t

Re: [Tutor] Good Text Editor/IDE for Python

2014-09-01 Thread gordon . schulz
On Sunday, 31 Aug 2014 21:12, Juan Christian wrote: > I've been using PyCharm to code in Python but it seems a bit "overpowered" > for this task, and there are some annoying bugs. > What do you guys use to code? While I haven't really noticed any big bugs in PyCharm apart from the dog-slow debu

Re: [Tutor] Good Text Editor/IDE for Python

2014-09-01 Thread Steven D'Aprano
On Mon, Sep 01, 2014 at 09:14:15AM -0300, Juan Christian wrote: > Sorry Peter, but you message is blank here. I (and presumedly the others) > can't read a thing. Peter's message is tucked away at the very end of the quoted text, after the footer, with no blank line separating it from the quotes.

Re: [Tutor] Good Text Editor/IDE for Python

2014-09-01 Thread Juan Christian
Sorry Peter, but you message is blank here. I (and presumedly the others) can't read a thing. On Monday, September 1, 2014, Peter Romfeld wrote: > On Monday, September 01, 2014 08:12 AM, Juan Christian wrote: > > I've been using PyCharm to code in Python but it seems a bit "overpowered" > for t

Re: [Tutor] Good Text Editor/IDE for Python

2014-09-01 Thread Peter Romfeld
On Monday, September 01, 2014 08:12 AM, Juan Christian wrote: > I've been using PyCharm to code in Python but it seems a bit > "overpowered" for this task, and there are some annoying bugs. I used > Sublime Text 2 in the past, but it seems to be dead now (last update > was JUN/2013), so I don't rea

Re: [Tutor] Good Text Editor/IDE for Python

2014-09-01 Thread boB Stepp
On Sun, Aug 31, 2014 at 7:12 PM, Juan Christian wrote: > I've been using PyCharm to code in Python but it seems a bit "overpowered" > for this task, and there are some annoying bugs. I used Sublime Text 2 in > the past, but it seems to be dead now (last update was JUN/2013), so I don't > really kn

Re: [Tutor] Good Text Editor/IDE for Python

2014-08-31 Thread Derek Jenkins
Juan, Besides Kwrite, I actually use the tools that the others mentioned so far, although I don't use Emacs often at all (perhaps I have just not found an advantageous use for it yet). So no real added info here, but I will say that I've not personally ran into any problems with Sublime. For Wind

Re: [Tutor] Good Text Editor/IDE for Python

2014-08-31 Thread Ben Finney
Juan Christian writes: > What [text editor] do you guys use to code? I use GNU Emacs primarily, and sometimes Vim. My recommendations have been posted in a different forum; I'll repeat them here. You can write Python code using any text editor. You will do well to use a text editor which is

Re: [Tutor] Good Text Editor/IDE for Python

2014-08-31 Thread Cameron Simpson
On 01Sep2014 11:13, Steven D'Aprano wrote: On Sun, Aug 31, 2014 at 09:12:24PM -0300, Juan Christian wrote: I've been using PyCharm to code in Python but it seems a bit "overpowered" for this task, and there are some annoying bugs. I used Sublime Text 2 in the past, but it seems to be dead now (

Re: [Tutor] Good Text Editor/IDE for Python

2014-08-31 Thread Juan Christian
I'm using Windows, but I do use Linux on a daily basis. On Sunday, August 31, 2014, Steven D'Aprano wrote: > On Sun, Aug 31, 2014 at 09:12:24PM -0300, Juan Christian wrote: > > I've been using PyCharm to code in Python but it seems a bit > "overpowered" > > for this task, and there are some anno

Re: [Tutor] Good Text Editor/IDE for Python

2014-08-31 Thread Steven D'Aprano
On Sun, Aug 31, 2014 at 09:12:24PM -0300, Juan Christian wrote: > I've been using PyCharm to code in Python but it seems a bit "overpowered" > for this task, and there are some annoying bugs. I used Sublime Text 2 in > the past, but it seems to be dead now (last update was JUN/2013), so I > don't r

[Tutor] Good Text Editor/IDE for Python

2014-08-31 Thread Juan Christian
I've been using PyCharm to code in Python but it seems a bit "overpowered" for this task, and there are some annoying bugs. I used Sublime Text 2 in the past, but it seems to be dead now (last update was JUN/2013), so I don't really know any good options. What do you guys use to code?