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

前端 未结 29 1005
小鲜肉
小鲜肉 2020-12-31 14:05

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 s

29条回答
  •  粉色の甜心
    2020-12-31 14:31

    If you're looking for a recommendation for a Python IDE, after extensive research, I've been most happy with Wing Software's WingIDE:

    http://www.wingware.com/products

    There is a free trial version, so you have nothing to lose. It supports all the major OSes, and is only about $60 for the full version.

    I also like SciTE a lot, which is totally free, free, free!

    http://scintilla.sourceforge.net/SciTEDownload.html

提交回复
热议问题