473,799 Members | 3,025 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 3108
On 2 May 2005 06:08:02 -0700, "dcrespo" <dc*****@gmail. com> wrote:
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:


Hello Daniel,

thank you,
I like the
class/functions browser while I'm coding... but I can't find the
autocompleti on feature you talk, and I think this feature is very
important. Where it is?

Daniel

For clarification:

1) There is the "normal" Autocomplete: It looks for already available
Words in the text file, and suggest possible completition. Edit => Find
and complete.

2) A plugin: Abbreviations: You can edit a list of words with
abbreviation keys (like in SciTE).

3) I think, you meant "Code Completition":
for example you type: os. and with the "." os.chmod, os.chdir, ...
appear in a completition list box.
You have to download it or install via plugin manager this plugin.
Best overview, you get if you choose "Show ALL Project Files" in the
Project:DrPytho n: Summary.
Or you look at the homepage: http://drpython.sourceforge.net/
and select Plugins.

HTH,

--
Franz Steinhäusler
http://drpython.sourceforge.net/
http://mitglied.lycos.de/drpython/
Jul 19 '05 #41
On Mon, 02 May 2005 15:29:58 +0200, Franz Steinhaeusler
<fr************ *****@utanet.at > wrote:
3) I think, you meant "Code Completition":
for example you type: os. and with the "." os.chmod, os.chdir, ...
appear in a completition list box.


BTW: If it doesn't seem to work: Make sure, to enable it
in Options=>Enable Autocompletitio n.
You can also select under Plugin Preferences "Code Completition Enabled
by default".

For other questions, you are welcome to ask in the tracker or
Public Forums.

--
Franz Steinhäusler
http://drpython.sourceforge.net/
http://mitglied.lycos.de/drpython/
Jul 19 '05 #42
Also take a look at Stani's Python Editor http://spe.pycs.net

Jul 19 '05 #43
Hi. You were right: I meant "Code Completition". I did what you told me
to do. I get now auto completition of code.
For example:

import wx
wx.(here appear a list with the possibilities)

But.... (there's always a "but") with:

button = wx.Button(...)

when I write "button." there's a flick of the list of the possible
parameters, resulting in no showing it. Is there a way to correct it?

Daniel

Jul 19 '05 #44
> I'm a fan of PSPad. It's free, light weight, and works with
everything.

I want to second that. For small scripts PSPad is definitely very
useful and comfortable.

For larger scripts I'd consider something with code-completion. Maybe
PyDev.
best regards
Steffen

Jul 19 '05 #45
dcrespo wrote:
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


i saw this message too and i've been using it for the last couple days, but i
don't see the class/functions browser you are talking about. where is it???

thanks,

bryan

Jul 19 '05 #46
On Mon, 02 May 2005 19:25:57 -0700, Bryan <be****@gmail.c om> wrote:
dcrespo wrote:
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


i saw this message too and i've been using it for the last couple days, but i
don't see the class/functions browser you are talking about. where is it???

thanks,

bryan


Did you try: Menu View => "Toggle Source Browser"?

--
Franz Steinhäusler
http://drpython.sourceforge.net/
http://mitglied.lycos.de/drpython/
Jul 19 '05 #47
On 2 May 2005 08:21:48 -0700, "dcrespo" <dc*****@gmail. com> wrote:
Hi. You were right: I meant "Code Completition". I did what you told me
to do. I get now auto completition of code.
For example:

import wx
wx.(here appear a list with the possibilities)

But.... (there's always a "but") with:

button = wx.Button(...)

when I write "button." there's a flick of the list of the possible
parameters, resulting in no showing it. Is there a way to correct it?

Daniel


Hi,

I personally don't use it.

Hm, because of drpython is "weak" typed, that is not so easy.
It would require an "extra" parsing of the current document.

Anyway this could be a feature request and I put it into
sf tracker.

Stani's Python Editor and Boa Constructor doesn't (seem) support this
too.

--
Franz Steinhäusler
http://drpython.sourceforge.net/
http://mitglied.lycos.de/drpython/
Jul 19 '05 #48
Try one of these:
- Hit F8
- Menu View/Toggle Source Browser

Daniel

Jul 19 '05 #49

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

Similar topics

0
1801
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
2396
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
5151
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
3315
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
2611
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
1900
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
2216
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
2672
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
9546
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
10268
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
10247
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
10031
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
9079
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...
1
7571
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6809
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5467
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...
3
2941
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.