96MB Forum
Python IDE - Printable Version

+- 96MB Forum (http://96forum.com)
+-- Forum: General Discussion (http://96forum.com/forumdisplay.php?fid=3)
+--- Forum: Off-topic (http://96forum.com/forumdisplay.php?fid=6)
+--- Thread: Python IDE (/showthread.php?tid=190)

Pages: 1 2


Python IDE - zhuanyi - 08-16-2013

Some people may like it but one thing I hate about Python when I am coding in it is it has to set the indent manually, and because the indenting controls the logic, you are screwed if it is not right.

So I am just wondering if there is any good IDE that will sort of take care of the issue semi-automatically? Obviously it won't be perfect since the program does not know what kind of logic I would like to use but it would nice if at least it tries to align things. Right now I am using Notepad++.


RE: Python IDE - concerto49 - 08-20-2013

(08-16-2013, 11:36 PM)zhuanyi Wrote: Some people may like it but one thing I hate about Python when I am coding in it is it has to set the indent manually, and because the indenting controls the logic, you are screwed if it is not right.

So I am just wondering if there is any good IDE that will sort of take care of the issue semi-automatically? Obviously it won't be perfect since the program does not know what kind of logic I would like to use but it would nice if at least it tries to align things. Right now I am using Notepad++.

I've mostly only used IDLE as the IDE for Python. http://en.wikipedia.org/wiki/Python_IDE#Python here's a list.


RE: Python IDE - zhuanyi - 08-20-2013

(08-20-2013, 08:53 PM)concerto49 Wrote:
(08-16-2013, 11:36 PM)zhuanyi Wrote: Some people may like it but one thing I hate about Python when I am coding in it is it has to set the indent manually, and because the indenting controls the logic, you are screwed if it is not right.

So I am just wondering if there is any good IDE that will sort of take care of the issue semi-automatically? Obviously it won't be perfect since the program does not know what kind of logic I would like to use but it would nice if at least it tries to align things. Right now I am using Notepad++.

I've mostly only used IDLE as the IDE for Python. http://en.wikipedia.org/wiki/Python_IDE#Python here's a list.

It looks a bit like a notepad + syntax highlighting for me:

http://en.wikipedia.org/wiki/File:Idle_gui.png

Does it have automatic (or somewhat) line alignments? That's what I hope to get the most Smile


RE: Python IDE - concerto49 - 08-23-2013

(08-20-2013, 11:49 PM)zhuanyi Wrote:
(08-20-2013, 08:53 PM)concerto49 Wrote:
(08-16-2013, 11:36 PM)zhuanyi Wrote: Some people may like it but one thing I hate about Python when I am coding in it is it has to set the indent manually, and because the indenting controls the logic, you are screwed if it is not right.

So I am just wondering if there is any good IDE that will sort of take care of the issue semi-automatically? Obviously it won't be perfect since the program does not know what kind of logic I would like to use but it would nice if at least it tries to align things. Right now I am using Notepad++.

I've mostly only used IDLE as the IDE for Python. http://en.wikipedia.org/wiki/Python_IDE#Python here's a list.

It looks a bit like a notepad + syntax highlighting for me:

http://en.wikipedia.org/wiki/File:Idle_gui.png

Does it have automatic (or somewhat) line alignments? That's what I hope to get the most Smile

Not that I know of. Look at the list of other IDEs. IDLE is more for learning. That's what I used it for.


RE: Python IDE - zhuanyi - 08-23-2013

(08-23-2013, 12:35 AM)concerto49 Wrote:
(08-20-2013, 11:49 PM)zhuanyi Wrote:
(08-20-2013, 08:53 PM)concerto49 Wrote:
(08-16-2013, 11:36 PM)zhuanyi Wrote: Some people may like it but one thing I hate about Python when I am coding in it is it has to set the indent manually, and because the indenting controls the logic, you are screwed if it is not right.

So I am just wondering if there is any good IDE that will sort of take care of the issue semi-automatically? Obviously it won't be perfect since the program does not know what kind of logic I would like to use but it would nice if at least it tries to align things. Right now I am using Notepad++.

I've mostly only used IDLE as the IDE for Python. http://en.wikipedia.org/wiki/Python_IDE#Python here's a list.

It looks a bit like a notepad + syntax highlighting for me:

http://en.wikipedia.org/wiki/File:Idle_gui.png

Does it have automatic (or somewhat) line alignments? That's what I hope to get the most Smile

Not that I know of. Look at the list of other IDEs. IDLE is more for learning. That's what I used it for.

K, I'll either try that or give a shot at Eclipse during the weekend...quite a few things on the go these days Smile


RE: Python IDE - concerto49 - 08-25-2013

(08-23-2013, 12:39 AM)zhuanyi Wrote:
(08-23-2013, 12:35 AM)concerto49 Wrote:
(08-20-2013, 11:49 PM)zhuanyi Wrote:
(08-20-2013, 08:53 PM)concerto49 Wrote:
(08-16-2013, 11:36 PM)zhuanyi Wrote: Some people may like it but one thing I hate about Python when I am coding in it is it has to set the indent manually, and because the indenting controls the logic, you are screwed if it is not right.

So I am just wondering if there is any good IDE that will sort of take care of the issue semi-automatically? Obviously it won't be perfect since the program does not know what kind of logic I would like to use but it would nice if at least it tries to align things. Right now I am using Notepad++.

I've mostly only used IDLE as the IDE for Python. http://en.wikipedia.org/wiki/Python_IDE#Python here's a list.

It looks a bit like a notepad + syntax highlighting for me:

http://en.wikipedia.org/wiki/File:Idle_gui.png

Does it have automatic (or somewhat) line alignments? That's what I hope to get the most Smile

Not that I know of. Look at the list of other IDEs. IDLE is more for learning. That's what I used it for.

K, I'll either try that or give a shot at Eclipse during the weekend...quite a few things on the go these days Smile

Eclipse is nice. Never used it for Python though.


RE: Python IDE - tmn29a - 08-26-2013

Emacs Tongue


RE: Python IDE - zhuanyi - 08-26-2013

(08-26-2013, 09:26 PM)tmn29a Wrote: Emacs Tongue

LOL, I am sure there is no auto-indent there Smile

I have to say after all these years, it is still tough for me to use Linux as the primary OS for my home PCs, a lot of apps are simply not available there.


RE: Python IDE - tmn29a - 08-26-2013

Actually there is. I was coding in Haskell with Emacs and it auto indented always right , I was pretty amazed. Did a quick google for ya : http://venkys-dotplan.blogspot.de/2009/05/complete-newbies-guide-to-emacs-and.html

Seems to work also for python !


RE: Python IDE - zhuanyi - 08-26-2013

(08-26-2013, 11:10 PM)tmn29a Wrote: Actually there is. I was coding in Haskell with Emacs and it auto indented always right , I was pretty amazed. Did a quick google for ya : http://venkys-dotplan.blogspot.de/2009/05/complete-newbies-guide-to-emacs-and.html

Seems to work also for python !

That's quite a lot to read Smile thanks Smile, I'll take a look