Python IDE for MacOS-X

  • Thread starter Jean Guillaume Pyraksos
  • Start date
J

Jean Guillaume Pyraksos

What's the best one to use with beginners ?
Something with integrated syntax editor, browser of doc...
Thanks,

JG
 
P

Phlip

What's the best one to use with beginners ?
Something with integrated syntax editor, browser of doc...
Thanks,

Before this message goes stale, there's TextMate (which I have too
much experience with to consider redeemable in any way)...

....and there's Komodo Edit.

The problems I have with that are...

- the code browsing breaks when the wind blows, and you must Find in
Files
(my library, Django, is symlinked below my project, so FiF can see
it)

- the editor refuses to let me run a script - such as a test script
-
each time I hit F5. For whatever reason - poor keyboard remapping,
or lack of a plug-in for Django - I must use Ctrl+R to run a batch
file, just to test. Testing should be ONE (1) keystroke.

- FiF sees my .git folder, and everything in it. WTF??

- after searching or anything, I must click the editor with the mouse
to resume editing. <Escape> should move the focus out of the
frame to the editor, and of course any activity that takes you
out of the editor should dump you back into it by default

Other than that, it has all the standard edito

My problem with Mac in general is the keystrokes are always so broken
they force me to switch to a mouse. Nobody seems to usability test
these things and see how long you can type & manipulate windows
without
 
T

Tim Arnold

Jean Guillaume Pyraksos said:
What's the best one to use with beginners ?
Something with integrated syntax editor, browser of doc...
Thanks,

JG

eclipse + pydev works well for me.
--Tim Arnold
 
G

Günther Dietrich

Jean Guillaume Pyraksos said:
What's the best one to use with beginners ?
Something with integrated syntax editor, browser of doc...
Thanks,

I started with 'EasyEclipse for Python', but soon changed to Eclipse
with PyDev, MercurialEclipse and AnyEditTools plugins installed manually.

I can recommend the combination Eclipse/PyDev.



Best regards,

Günther
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,020
Latest member
GenesisGai

Latest Threads

Top