473,811 Members | 3,220 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Which IDE is recommended?

Read through python site for programming tool, really plenty of choices :-)
(For c++, I just can't breath with very very limited choices)

Tried Spe, it come with wxGlade built-in very nice(is Spe still actively
develop?). But seem that Boa Constructor and PyDev(the plug-in for Eclipse)
also worth looking. Actually which one are you guys using? and why? I think
it is also valuable for those who are new to python as me.

Jul 19 '05
48 3115
>>>>> "Brian" == Brian Beck <ex****@gmail.c om> writes:

Brian> Ville Vainio wrote:
Perhaps you are just being impatient?

Also, make sure that Preferences/pydev/code completion has
"Autocomple te on '.'" box checked.


Brian> Yeah, that option is enabled. I actually just discovered
Brian> that it does work in the example you give and for other
Brian> modules in the standard library. But calls to standard
Brian> library modules only occur maybe twice in any of my big
Brian> scripts... the problem is I've been trying code completion
Brian> with third-party modules and local classes, which still
Brian> doesn't work.

From the faq at http://pydev.sourceforge.net/faq.html:

How do I set the PYTHONPATH for code completion to work in my project?
To set the PYTHONPATH for code completion purposes, you have to right
click your project root, choose properties->PyDev PYTHONPATH and set
it. The Restore PYTHONPATH button should get your enviroment
PYTHONPATH and automatically set it. If it does not work, check python
interpreter is correctly set (see questions above).

Does this help?

--
Ville Vainio http://tinyurl.com/2prnb
Jul 19 '05 #31
Ville Vainio wrote:
Does this help?


Not really, my PYTHONPATH is fine. I found out that modules imported in
the format "import mx" work fine, but "from mx import DateTime" doesn't
work -- it will still only auto-complete when I type "mx." instead of
realizing that it's in the local scope now. So it's fine all the modules
fine, just placing them wrong in the auto-complete search tree, or
however it works.

--
Brian Beck
Adventurer of the First Order
Jul 19 '05 #32
Sorry about that Frank. You have to create a project (New --> Project)
and add your file to it then Run-->Run. This is a bug that slipped past
because we do all of our development using projects and hadn't even
tried the obvious: open file and run. That fix has made its way to the
wx folks, but hasn't been released yet.

Jul 19 '05 #33
Franz,

To ask for help otherwise, use the forums link from
http://sourceforge.net/projects/activegrid/

--Matt

Jul 19 '05 #34
On 28 Apr 2005 09:48:25 -0700, "Matt" <ma********@gma il.com> wrote:
Sorry about that Frank. You have to create a project (New --> Project)
and add your file to it then Run-->Run. This is a bug that slipped past
because we do all of our development using projects and hadn't even
tried the obvious: open file and run. That fix has made its way to the
wx folks, but hasn't been released yet.


Hello Matt,

thanks for clarification ;)

--
Franz Steinhäusler
http://drpython.sourceforge.net/
http://mitglied.lycos.de/drpython/
Jul 19 '05 #35
Dave Cook <da******@nowhe re.net> writes:
On 2005-04-27, monkey <m@m.com> wrote: [...] Pydev has some compelling features, but I wish I didn't have to run eclipse

[...]

What are those compelling features of Pydev, for an emacs user?
John

Jul 19 '05 #36
>>>>> "John" == John J Lee <jj*@pobox.co m> writes:

John> Dave Cook <da******@nowhe re.net> writes:

John> What are those compelling features of Pydev, for an emacs
John> user?

http://pydev.sourceforge.net/features.html

Code completion and debugger are the most obvious ones. Eclipse itself
is also quite a "feature".

--
Ville Vainio http://tinyurl.com/2prnb
Jul 19 '05 #37
Ville Vainio <vi***@spammers .com> writes:
>> "John" == John J Lee <jj*@pobox.co m> writes:


John> Dave Cook <da******@nowhe re.net> writes:

John> What are those compelling features of Pydev, for an emacs
John> user?

http://pydev.sourceforge.net/features.html

Code completion and debugger are the most obvious ones. Eclipse itself
is also quite a "feature".


What good features does the debugger have? What other good features
does Eclipse have right now (that are useful for Python programming,
but not necessarily specific to that)?

Obviously Eclipse looks good in the future, but I wonder what it's
like right now.

I'm more interested in features than bugs, since I'm sure the
following experience isn't typical, but: I did try it not long ago,
and the commercial distribution I tried (I forget the name, but it had
added Python support) hung after a few minutes of use, and completion
didn't work. It was also terribly slow (compared to emacs on the same
box), which worries me more than the bugs.
John
Jul 19 '05 #38
On 2005-04-29, John J. Lee <jj*@pobox.co m> wrote:
Dave Cook <da******@nowhe re.net> writes:
Pydev has some compelling features, but I wish I didn't have to run eclipse On 2005-04-27, monkey <m@m.com> wrote:

What are those compelling features of Pydev, for an emacs user?


For me, the code completion feature. Also, modern anti-aliased font
rendering under Linux doesn't hurt.

Emacs python-mode is still ahead on code formatting. For example, the way
you can line up code by hitting tab once anywhere on the line. And I miss
emacs things like M-^ (delete-indentation; joins the line to the previous
line and removes whitespace).

Eclipse has an emacs keybinding mode, but it's not very comprehensive.

I'm not ready to switch, but I played around enough to know I could get
fairly comfortable if I wanted to.

I exaggerated memory usage a bit. Eclipse only uses about twice as much RAM
as XEmacs on my Linux box. Still, I probably wouldn't find it as usable if
this wasn't an AMD64 3200 with 1G RAM.

Dave Cook
Jul 19 '05 #39
> But I personally recommend DrPython. (Not only, I'm a member of the
project).


I saw this message and downloaded DrPython. It's very good: I like the
class/functions browser while I'm coding... but I can't find the
autocompletion feature you talk, and I think this feature is very
important. Where it is?

Daniel

Jul 19 '05 #40

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1803
by: mikeg | last post by:
Hi, I'd like to explicitly link to the recommended php.ini file. For a long time, this link worked: http://cvs.php.net/co.php/php4/php.ini-recommended (In fact, if you google for "php ini recommended", that broken link comes up first).
13
2397
by: Michele Simionato | last post by:
What is the recommended way of generating HTML from Python? I know of HTMLGen and of few recipes in the Cookbook, but is there something which is more or less standard? Also, are there plans to include a module for HTML generation in the standard library? I really would like to see some standardization in this area. Michele Simionato
6
2028
by: Peter Jensen | last post by:
Hi! - Which books are good for at comprehensive introduction and further progress, Im currently using "Thinking in C++ 2nd ED"
2
1543
by: Bovet | last post by:
MySQL 4.0 -- Generally Available (GA) release (recommended) MySQL 4.1 -- Gamma release (use this for new development) MySQL 5.0 -- Alpha release (use this for previewing and testing new features) MySQL 5.0.1 -- Snapshot release (use this for previewing and testing new features) Older releases -- older releases (only recommended for special needs) I don't which release to use?
22
5154
by: Jonathan Snook | last post by:
I've been contemplating what the recommended usage of a "top of page" link should be? Should there only ever be one at the bottom of the page? Should they be sprinkled at various points on the page? Or should they be used at all? Lately, I've been leaning towards the last option because my thought is that most browsers have a method to make it back to the top of the page (home button, scroll bar, whatever). It seems I never use the...
9
3317
by: Tony Lee | last post by:
Some time a ago, on this newsgroup the following comments were made in recommending good references for Access (2003) >I used to recommend Dr. Rick Dobson's, "Programming Access <version>" for >people moving from power user to developer, but now I suggest you browse >it, >too. It strongly emphasizes ADO, which knowledgeable Microsoft insiders no >longer recommend, and the Access ADP client to SQL Server. He writes well, >and is a good...
62
2612
by: Kelvin Moss | last post by:
Hi all, Which is the recommended style in production code for the following - .... fp = fopen("xyz.txt", "r"); if (fp == NULL) { .... }
33
1901
by: Jeff | last post by:
I know this is a difficult one to answer, but I am interested in opinions on what hardware upgrades would be recommended with the following. Access 2000 running in a split config, but all in Terminal Server. Currently 15 users. This means that all files reside on the server and all processing happens there. Back-end is currently Access, but it will be upsized to SQL Server . So for this question assume SQL Server back-end. So what...
46
2217
by: pkirk25 | last post by:
I own a legit copy of Visual C++ 6.0 Its nice but it is 10 years old and aimed at C++. Downloaded Bloodshed Dev-C++ Very nice but the default auto-indent woupd break my heart as I depend on indentation. This is how a loop is formatted by default. #include <stdio.h>
8
2675
by: shweta khare | last post by:
Hello!....am a beginner in the field of computer science and programming.Am persuing my computer science engineering course and hav jst begun wid C programming language.Am using the book "Let Us C" by yashwant Karnetkar which assumes no prior programming background and am really finding it helpful.But I did like to kno which books are recommended for a beginner in C language.Would u please give suggestions for the same and also at which stage...
0
9605
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10392
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10403
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10136
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9208
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5555
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5693
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4341
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3868
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.