June 04, 2008 at 21:43xorlTabs are how many spaces?
June 04, 2008 at 22:02julianmontezsays3 or 4. I'd use tabs though, is that the standard? Tabs?
June 04, 2008 at 22:04xorlIn python it's 4 spaces to a tab,
June 04, 2008 at 22:04xorlYou can tab in any editor as long as it replaces the \t with 4 actual spaces.
June 04, 2008 at 22:11xorlOther safe practice. Don't let a line be over 79 characters in length.
June 04, 2008 at 22:22julianmontezsaysThanks for the tips, reading some Django stuff now. Any resources to recommend?
June 04, 2008 at 22:27xorldjangosnippets has some good snippets of code to look at, good way to learn how people do things with django, also the django cook book.