Search Results

75
votes

Hidden features of Python

enumerate Wrap an iterable with enumerate and it will yield the item along with it's index. For example: >>> a = ['a', 'b', 'c', 'd', 'e'] …
1
vote

Language-agnostic properly-tabbing code editors for Linux?

Have you tried scite? http://www.scintilla.org/SciTE.html Your distro might already have a package for it. …