J jpinard Martian Joined Jan 18, 2002 Messages 760 Location Enceladus, Saturn Jul 30, 2007 #1 Was there a special python editor most of the people here liked? ie. something different than just going in with a text tool? Thanks!
Was there a special python editor most of the people here liked? ie. something different than just going in with a text tool? Thanks!
S snarko DLLer Joined Dec 9, 2003 Messages 1,512 Location Sweden Jul 30, 2007 #2 Personally I've always used IDLE. Comes with python. I don't think there's one editor most people like. There's enough out there that each can find one they prefer.
Personally I've always used IDLE. Comes with python. I don't think there's one editor most people like. There's enough out there that each can find one they prefer.
J jpinard Martian Joined Jan 18, 2002 Messages 760 Location Enceladus, Saturn Jul 30, 2007 #3 OK thanks! Looks similar to what I use for xml editing (Ultra-edit).
M MatzeHH Warlord Joined Jan 8, 2006 Messages 210 Location Germany Jul 30, 2007 #4 I like Notepad++ It's not python special, but it's enough for me. Matze
J jpinard Martian Joined Jan 18, 2002 Messages 760 Location Enceladus, Saturn Jul 30, 2007 #5 MatzeHH said: I like Notepad++ It's not python special, but it's enough for me. Matze Click to expand... Wow, that's nice and clean. Does it have a search and compare feature? ie. Load two different versions of same file to look for differing entreis.
MatzeHH said: I like Notepad++ It's not python special, but it's enough for me. Matze Click to expand... Wow, that's nice and clean. Does it have a search and compare feature? ie. Load two different versions of same file to look for differing entreis.
S salaminizer Colorado Internacional Joined Aug 12, 2006 Messages 221 Location Porto Alegre, Brasil Jul 30, 2007 #6 I use Textpad for all editing needs, usually I need it for regex replacing, but it has sorting, comparing, etc...
I use Textpad for all editing needs, usually I need it for regex replacing, but it has sorting, comparing, etc...
R RogerBacon King Joined Nov 16, 2003 Messages 649 Jul 30, 2007 #7 jpinard said: Wow, that's nice and clean. Does it have a search and compare feature? ie. Load two different versions of same file to look for differing entreis. Click to expand... I also used Notepad++ for Python editing. I used WinMerge when I need to compare two versions of a file. http://winmerge.org/downloads/index.php Roger Bacon
jpinard said: Wow, that's nice and clean. Does it have a search and compare feature? ie. Load two different versions of same file to look for differing entreis. Click to expand... I also used Notepad++ for Python editing. I used WinMerge when I need to compare two versions of a file. http://winmerge.org/downloads/index.php Roger Bacon
J jpinard Martian Joined Jan 18, 2002 Messages 760 Location Enceladus, Saturn Jul 30, 2007 #8 Excellent. Thanks!