python ides

kevin kevin_spencer_2 at yahoo.com
Tue Sep 21 08:33:30 EDT 2004



Since i saw a post about a troll saying python doesnt have good ides(not
true) , i would like to say that python has the best ide ever! and i
challenge emacs,vim users who dont believe in the power of an ide , take a
look :

wingide 2 :   

-------------

python with full callback tip,autocompletion support, look at the right down
position of the screenshoot,where it shows the type of the attribute,its
arguments if any,and the doc string, so memorize those details is not
needed any more.


http://www.zippyimages.com/files/111424/codecompletion_calltips_sourceassistant.
png


if the ide doesnt know what type is the object(cause of dinamic typing),you
can still use code assist, for example : 
 
 def myfunction(unknowntype):
    
    unknowntype.  ????

and you know that unknowntype is a Cookie instance, then type ' Cookie. '
and you will get the assistance

---------------------------

complete code-object browser 


  http://www.zippyimages.com/files/111426/code_browser_source_browser.png


----------------------------
and finaly ,a super complete debuger , with support for plone/zope ,
wxwindows and a lot of advanced options.


  http://www.zippyimages.com/files/111427/most_powerfull_debugger_ever.png


----------------------------

  With the power of python and the power of this great ide, programing is
even more fun and productive. ;)
  
Ha, java,visual studiors wish to have this powerfull ide and programing
language avaiable for .not or eclipse tecnologies

 I think emacs-vim users will change their mind after trying it ;), well the
problem is that it is a bit expensive =( , at least the personal edition is
accesible , toughs?  

just try it, =)

  http://wingware.com/downloads





More information about the Python-list mailing list