[BangPypers] BangPypers Digest, Vol 8, Issue 15

Ramdas S ramdas at developeriq.com
Fri May 2 21:52:51 CEST 2008


try scite. Its good and works fine on Linux as well as Windows

Ramdas

On Fri, May 2, 2008 at 11:46 AM, Biju Chacko <botsie at nixcartel.org> wrote:

> Anand Balachandran Pillai wrote:
>
> > This is a common pitfall encountered by the brand-newbie.
> > Use a good editor which does a good job of "untabifying"
> > your code.
> >
> > I use emacs+python-mode. I use tabs for writing my code
> > since it is easy to indent code using tabs in emacs. I have defined
> > a macro which converts tabs to spaces when saving the file.
> >
> > Make sure you use some good editor which allows you
> > complete control over your tabs and spaces. Refer to previous
> > discussions on Python editors in this list if you want some guidance.
> >
>
> If you are a vim user you can add:
>
> set expandtabs
>
> to your .vimrc to ensure that vim indents with only spaces.
>
> -- b
>
> _______________________________________________
> BangPypers mailing list
> BangPypers at python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/bangpypers/attachments/20080503/126d706a/attachment.htm>


More information about the BangPypers mailing list