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


Groups > comp.lang.python > #36225 > unrolled thread

Good Python IDE

Started bySourabh Mhaisekar <sourabh8044@gmail.com>
First post2013-01-05 20:45 -0800
Last post2013-01-06 23:22 +0100
Articles 9 — 7 participants

Back to article view | Back to comp.lang.python


Contents

  Good Python IDE Sourabh Mhaisekar <sourabh8044@gmail.com> - 2013-01-05 20:45 -0800
    Re: Good Python IDE Tetsuya <io@noi.com> - 2013-01-06 13:48 +0100
      Re: Good Python IDE "Colin J. Williams" <cjw@ncf.ca> - 2013-01-06 08:08 -0500
    Re: Good Python IDE Monte Milanuk <memilanuk@gmail.com> - 2013-01-06 10:06 -0800
    Re: Good Python IDE Tim Johnson <tim@akwebsoft.com> - 2013-01-06 13:13 -0900
      Re: Good Python IDE Tetsuya <io@noi.com> - 2013-01-07 00:32 +0100
        Re: Good Python IDE Ben Finney <ben+python@benfinney.id.au> - 2013-01-07 11:25 +1100
        Re: Good Python IDE Tim Johnson <tim@akwebsoft.com> - 2013-01-06 15:59 -0900
    Re: Good Python IDE Almar Klein <a.klein@science-applied.nl> - 2013-01-06 23:22 +0100

#36225 — Good Python IDE

FromSourabh Mhaisekar <sourabh8044@gmail.com>
Date2013-01-05 20:45 -0800
SubjectGood Python IDE
Message-ID<8a6d17a5-447a-4da5-9ff4-53e0350ce19e@googlegroups.com>
Hello All, 
I am recently started couple of projects in Python, one in Python GTK and one in Python Qt. I want a good IDE (For Windows ) for Python which gives support for Python as well as PyGtk and PyQt. 

Features I am looking for 
* Support for Core Python Auto-completion.
* Support for PyGtk and PyQt
* Support for either Bazaar (preferred) or CVS

Thanks ! 

- Sourabh

[toc] | [next] | [standalone]


#36237

FromTetsuya <io@noi.com>
Date2013-01-06 13:48 +0100
Message-ID<kcbrqj$4pe$2@speranza.aioe.org>
In reply to#36225
On 01/06/2013 05:45 AM, Sourabh Mhaisekar wrote:
> Hello All,
> I am recently started couple of projects in Python, one in Python GTK
 > and one in Python Qt. I want a good IDE (For Windows ) for Python which
 > gives support for Python as well as PyGtk and PyQt.
>
> Features I am looking for
> * Support for Core Python Auto-completion.
> * Support for PyGtk and PyQt
> * Support for either Bazaar (preferred) or CVS
>
> Thanks !
>
> - Sourabh
>

I develop only under GNU/Linux (using Vim, with some plugins like 
python-jedi and supertab for autocompletion, Gundo for undo management 
in a *very* smart way, etc..), but in the recent past I tried various 
IDEs. They're all ugly and/or cumbersome, but it seemed to me that the 
less ugly maybe is PyCharm, you could try that.

[toc] | [prev] | [next] | [standalone]


#36241

From"Colin J. Williams" <cjw@ncf.ca>
Date2013-01-06 08:08 -0500
Message-ID<kcbt15$bk0$1@theodyn.ncf.ca>
In reply to#36237
On 06/01/2013 7:48 AM, Tetsuya wrote:
> On 01/06/2013 05:45 AM, Sourabh Mhaisekar wrote:
>> Hello All,
>> I am recently started couple of projects in Python, one in Python GTK
>  > and one in Python Qt. I want a good IDE (For Windows ) for Python which
>  > gives support for Python as well as PyGtk and PyQt.
>>
>> Features I am looking for
>> * Support for Core Python Auto-completion.
>> * Support for PyGtk and PyQt
>> * Support for either Bazaar (preferred) or CVS
>>
>> Thanks !
>>
>> - Sourabh
>>
>
> I develop only under GNU/Linux (using Vim, with some plugins like
> python-jedi and supertab for autocompletion, Gundo for undo management
> in a *very* smart way, etc..), but in the recent past I tried various
> IDEs. They're all ugly and/or cumbersome, but it seemed to me that the
> less ugly maybe is PyCharm, you could try that.
I would suggest that you look at PyScripter for Windows or Linuz when 
Wine is available.

See: http://www.decalage.info/en/python/tutorial

Colin W.

[toc] | [prev] | [next] | [standalone]


#36275

FromMonte Milanuk <memilanuk@gmail.com>
Date2013-01-06 10:06 -0800
Message-ID<mailman.176.1357495625.2939.python-list@python.org>
In reply to#36225
Lots of good options out there... currently I'm liking spyder or eclipse 
a lot.

[toc] | [prev] | [next] | [standalone]


#36293

FromTim Johnson <tim@akwebsoft.com>
Date2013-01-06 13:13 -0900
Message-ID<mailman.190.1357510736.2939.python-list@python.org>
In reply to#36225
* Sourabh Mhaisekar <sourabh8044@gmail.com> [130106 07:11]:
> Hello All, 
> I am recently started couple of projects in Python, one in Python GTK and one in Python Qt. I want a good IDE (For Windows ) for Python which gives support for Python as well as PyGtk and PyQt. 
> 
> Features I am looking for 
> * Support for Core Python Auto-completion.
> * Support for PyGtk and PyQt
> * Support for either Bazaar (preferred) or CVS
  I haven't developed on windows in over 10 years, but as I recall,
  pythonwin worked well for me at the time. I don't recall whether
  the 2nd and 3rd features you refer to were available, but the
  first was. It is easy enough to try.

  Now I use vim for all of my work. I pretty-much hand-rolled my own
  IDE, which is typical of vimmers.
-- 
Tim 
tim at tee jay forty nine dot com or akwebsoft dot com
http://www.akwebsoft.com

[toc] | [prev] | [next] | [standalone]


#36306

FromTetsuya <io@noi.com>
Date2013-01-07 00:32 +0100
Message-ID<kcd1j1$6bd$2@speranza.aioe.org>
In reply to#36293
On 01/06/2013 11:13 PM, Tim Johnson wrote:
>    Now I use vim for all of my work. I pretty-much hand-rolled my own
>    IDE, which is typical of vimmers.

I did like you, too.
I use vim for everything: coding in python, django, js, html, C/C++, 
bash, even email (inside mutt, of course).
Start with an empty ~/.vimrc, and then build up the configuration day by 
day, adding one single plugin at a time, driven by your daily needs, 
it's the better thing to do IMHO.
Thus vim becomes a full fledged IDE for everything, and it does it 
*your* way, not *its* way.

BTW, vim is available also under Windows.

[toc] | [prev] | [next] | [standalone]


#36310

FromBen Finney <ben+python@benfinney.id.au>
Date2013-01-07 11:25 +1100
Message-ID<mailman.201.1357518372.2939.python-list@python.org>
In reply to#36306
Tetsuya <io@noi.com> writes:

> BTW, vim is available also under Windows.

And this is one of the best reasons to learn either Vim or Emacs (or
both, eventually): one should not be tied to any particular OS for
access to one's development tools.

Vim and Emacs are both general-purpose, highly-extensible and -extended,
powerful editing tools. But more important than those is that they are
both free software and (partly as a result of that freedom)
well-supported by a mature community of developers.

Core programming tools, like your text editor or your team's VCS, take
significant investment. Don't needlessly squander that investment on a
tool limited to a single language, a single vendor, or a single
operating system.

-- 
 \          “All good things are cheap; all bad are very dear.” —Henry |
  `\                                                     David Thoreau |
_o__)                                                                  |
Ben Finney

[toc] | [prev] | [next] | [standalone]


#36312

FromTim Johnson <tim@akwebsoft.com>
Date2013-01-06 15:59 -0900
Message-ID<mailman.203.1357520381.2939.python-list@python.org>
In reply to#36306
* Tetsuya <io@noi.com> [130106 14:43]:
> On 01/06/2013 11:13 PM, Tim Johnson wrote:
> >   Now I use vim for all of my work. I pretty-much hand-rolled my own
> >   IDE, which is typical of vimmers.
> 
> I did like you, too.
> I use vim for everything: coding in python, django, js, html, C/C++, 
> bash, even email (inside mutt, of course).
 Yes, Yes...

> Start with an empty ~/.vimrc, and then build up the configuration day by 
> day, adding one single plugin at a time, driven by your daily needs, 
> it's the better thing to do IMHO.
> Thus vim becomes a full fledged IDE for everything, and it does it 
> *your* way, not *its* way.
  :) Great minds run in the same gutter ... 

> BTW, vim is available also under Windows.
  Where I started using it.

-- 
Tim 
tim at tee jay forty nine dot com or akwebsoft dot com
http://www.akwebsoft.com

[toc] | [prev] | [next] | [standalone]


#36295

FromAlmar Klein <a.klein@science-applied.nl>
Date2013-01-06 23:22 +0100
Message-ID<mailman.192.1357511297.2939.python-list@python.org>
In reply to#36225

[Multipart message — attachments visible in raw view] — view raw

IEP has support for integrating the event loops of both GTK and Qt:
https://code.google.com/p/iep/  No version control support though.

- Almar


On 6 January 2013 19:06, Monte Milanuk <memilanuk@gmail.com> wrote:

> Lots of good options out there... currently I'm liking spyder or eclipse a
> lot.
>
> --
> http://mail.python.org/**mailman/listinfo/python-list<http://mail.python.org/mailman/listinfo/python-list>
>



-- 
Almar Klein, PhD
Science Applied
phone: +31 6 19268652
e-mail: a.klein@science-applied.nl

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web