[PyQt] Which IDE is good for developing PyQt application

oliver oliver.schoenborn at gmail.com
Wed Aug 5 14:08:49 BST 2015


I've been using pycharm for a couple years and its the best IDE for Python
by far (I've been doing Python for almost 15 years and have used -- not
just tried -- several including NetBeans, Eclipse, SPE, Ninja, PyScripter,
and others). JetBrains has thought of everything, it's just incredible,
including refactoring, debugging and unit testing in a powerful and usable
interface. However, the Community edition is only available free under
certain conditions (open source project with active mailing list for 3
months, etc). If you can afford the 100$ I would go for it, you'll never go
back.

For absolutely free I you also try (in addition to Eric) NetBeans and
PyScripter, although at the time I was using them (2010-2012'ish) I wasn't
using PyQt so I don't know if they integrate in any special way with it.
PyCharm integrates in that you can debug even multhreaded PyQt apps (that
use QThread rather than threading), and you can extend the toolbar to make
it super easy to run Qt Designer or PyUIC on selected .ui file.

On Wed, Aug 5, 2015 at 3:10 AM, Florian Bruhin <me at the-compiler.org> wrote:

> Hi,
>
> (please write a new email to the mailinglist if you have a new topic
> instead of replying to an existing one - otherwise this will get
> confusing in mail clients with threading support)
>
> * Binit Amin <binit.amin at tcs.com> [2015-08-05 12:33:27 +0530]:
> > I am using PyQT for creating my application. I need to use PyQT IDE so
> that it helps me to suggesting some syntax and code.
> > I am also using Taurus widgets in my application. So my requirement is
> that it should also suggest the command and syntax for Taurus widgets.
> > Please suggest some good PyQT IDE which helps for this requirements.
>
> I don't know what Taurus widgets are - I personally use vim with
> YouCompleteMe and jedi, but I've heard good things about:
>
> - PyCharm which has a free Community Edition and a commercial edition:
>
>   http://www.jetbrains.com/pycharm/
>
> - The Eric IDE which is written in PyQt itself:
>
>   http://eric-ide.python-projects.org/
>
> Florian
>
>
> --
> http://www.the-compiler.org | me at the-compiler.org (Mail/XMPP)
>    GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc
>          I love long mails! | http://email.is-not-s.ms/
>
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
>



-- 
Oliver
Author of these Open Source: PyPubSub <http://pubsub.sf.net>, Lua-iCxx
<http://lua-icxx.sf.net>, iof <http://iof.sf.net>
Regular contributor on StackOverflow
<http://stackoverflow.com/users/869951/schollii>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20150805/b5009aa7/attachment.html>


More information about the PyQt mailing list