Why not to use Eclipse IDE with PyDev plugin? Simple and good! PyDev is a Python IDE for Eclipse, which may be used in Python, Jython and IronPython development.
It comes with many goodies such as: · Django integration · Code completion · Code completion with auto import · Type hinting · Code analysis · Go to definition · Refactoring · Debugger · Remote debugger · Tokens browser · Interactive console · Unit-test integration · Code coverage · Find References (Ctrl+Shift+G) · and many others: Thanks On Thu, Dec 12, 2013 at 4:03 PM, Dick Steffens <[email protected]>wrote: > On 12/12/2013 02:19 PM, Jason Champion wrote: > >> I swear by PyQt for Python GUI work on Linux. >> >> The PyQt book by Mark Summerfield is superb. I imagine there are also >> plenty of good tutorials on the web. >> >> There's also wxPython, which is fairly widely-used. I used to use that, >> but >> switched to pyQt a while back. On Python both frameworks are pretty >> similar >> in capability. I only switched for consistency because the C++ work I do >> switched entirely to Qt (Qt is FAR better/smoother to use with C++). Both >> frameworks are multi-platform so you can get OSX and Windows for "nearly >> free" if you use one of them. >> > > I found a tutorial and successfully ran the fist two examples. That should > get me on my way. > > Thanks! > > > -- > Regards, > > Richard C. Steffens > > _______________________________________________ > Portland mailing list > [email protected] > https://mail.python.org/mailman/listinfo/portland > -- Thanks Ernest Bonat, Ph.D. Senior Software Engineer Senior Business Statistics Analyst Mobile: 503.730.4556 Email: [email protected] -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/portland/attachments/20131212/336fc516/attachment.html> _______________________________________________ Portland mailing list [email protected] https://mail.python.org/mailman/listinfo/portland
