Is there a way around coding in Python without the tab, indent & whitespace criteria?

Posted by Donny V. on Stack Overflow See other posts from Stack Overflow or by Donny V.
Published on 2008-09-15T13:55:14Z Indexed on 2010/04/22 23:33 UTC
Read the original article Hit count: 201

Filed under:

I want to start using Python for small projects but the fact that a misplaced tab or indent can throw a compile error is really getting on my nerves. Is there some type of setting to turn this off?

I'm currently using NotePad++. Is there maybe an IDE that would take care of the tabs and indenting?

© Stack Overflow or respective owner

Related posts about python