Jump to content



Welcome to KnowledgeSutra - Dear Guest , Please Register here to get Your own website. - Ask a Question / Express Opinion / Reply w/o Sign-Up!
- - - - -

What Ide Has The Best Python Completion/call Tips?


2 replies to this topic

#1 rob86

    You can tune a guitar but you can't tuna fish.

  • Kontributors
  • PipPipPipPipPipPipPipPipPip
  • 761 posts
  • Gender:Male
  • Location:Canada
  • myCENT:23.50

Posted 18 November 2009 - 08:06 PM

I was very impressed with Komodo's code intelligence, and it really shortened the learning curve for learning a language. It made learning Tkinter a breeze. However, when I started learning WxPython, I noticed that it's code intelligent didn't work on it! I was disappointed. When I use PyCrust, it shows call tips and hints, I wish it did that in Komodo :)

So I guess I have two questions here, one, does Komodo really not "understand" wxPython, or did I screw something up installing it? I've made a mess of my python and accessories and half the time stuff doesn't work right (import wx doesn't work in python 2.6.4, but it does in 2.6.2?!) It worked so excellently with Tkinter, it just surprises me it's so useless with wxPython.

Two, is there anything better than Komodo in the code intelligence department? That's the most important thing to me at this stage.

#2 truefusion

    Coincidence is non-sequitur, therefore everything has a reason for its existence (except if they are eternal).

  • [MODERATOR]
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 3,216 posts
  • Gender:Male
  • Location:No, not there. Not there either. Yes, you'll never figure it out.
  • Interests:God, Christianity.
  • myCENT:86.16

Posted 18 November 2009 - 09:54 PM

While a Python script's object's structure can be disclosed since every object in Python has a built-in dictionary that keeps track of its structure, i would not expect a Python IDE to dig through that dictionary (upon start-up) to fill an auto-complete combobox or list widget. I would expect it to have its own documentation that it searches through for that. In other words, check how Komodo does its thing and see if it can be extended.

In the mean time, you can try out Eric.

#3 iGuest

    Hail Caesar!

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 5,876 posts
  • Interests:Trap17 Free Web Hosting, No Ads

Posted 14 December 2009 - 12:02 PM

Good autocompletion and calltipxWhat Ide Has The Best Python Completion/call Tips?

I searched a long itme too and finally found netbeans with the python - addon (still beta) to be the best one.

 it searches every included module (same for gui frameworks) for data to perform autocompletion and calltips and works really fine. You can even see alle paramter constellations in overwritten functions.

 the only thing I'm missing is an integrated gui designer for python. ^^

-reply by wendigo




Reply to this topic


This post will need approval from a moderator before this post is shown.

  


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users