
-----------------------------------
Nathan4102
Tue Mar 26, 2013 6:23 pm

Ide???
-----------------------------------
I've been using Python's IDLE for all of 45 minutes now, and I already hate it. It crashes spontaneously for no apparent reason, and takes ages to compile/run when it does manage to run. I need a new IDE. I've just tried PyScripter, but I got an error when I ran: "Python could not be properly Initialized, we must quit.". Which IDE's do you guys use and suggest? I don't need anything fancy, just something free with simple debugging.

Thanks!

-----------------------------------
Insectoid
Tue Mar 26, 2013 6:28 pm

RE:Ide???
-----------------------------------
just something free with simple debugging.

That's a lot to ask for, really. I suggest you go for nothing more than syntax highlighting, and debug yourself. It's worth it, trust me. At any rate, debugging is half the fun!

Get notepad++ and the python highlighter (does it come with it? I dunno) and you should be fine. 

Seriously. Don't bother with a debugger until you can debug most issues on your own. Debuggers are cheat codes, and you haven't earned them yet.

-----------------------------------
Nathan4102
Tue Mar 26, 2013 7:02 pm

RE:Ide???
-----------------------------------
I got notepad++, and now I'm trying to figure out how to run programs with it. Thanks for the tips!

-----------------------------------
Cancer Sol
Tue Mar 26, 2013 7:10 pm

Re: RE:Ide???
-----------------------------------
just something free with simple debugging.

That's a lot to ask for, really. I suggest you go for nothing more than syntax highlighting, and debug yourself. It's worth it, trust me. At any rate, debugging is half the fun!

Get notepad++ and the python highlighter (does it come with it? I dunno) and you should be fine. 

Seriously. Don't bother with a debugger until you can debug most issues on your own. Debuggers are cheat codes, and you haven't earned them yet.

Notepad++ does have Python syntax highlighting, just checked.

@nathan To run a program, I'm guessing you'll have to compiler for python. I'm not sure though.

-----------------------------------
ishidon
Tue Mar 26, 2013 7:22 pm

Re: Ide???
-----------------------------------
Try Wing IDE. Very easy to use and set up.

-----------------------------------
andrew.
Tue Mar 26, 2013 7:23 pm

RE:Ide???
-----------------------------------
I don't usually program in Python other than small scripts here and there, so Sublime Text + Terminal works fine for me.

-----------------------------------
yazdmich
Tue Apr 02, 2013 7:49 am

Re: Ide???
-----------------------------------
I use Portable Python, which comes with PyScripter, also using Codecademy's python stream, and IDEOne as my pastebin (has a built-in python compiler)

-----------------------------------
Cancer Sol
Tue Apr 02, 2013 1:37 pm

RE:Ide???
-----------------------------------
Guys, he already has what he wants. No need to continue (which I do sometimes continue it without knowing, so don't worry to much).
