On 2005-12-11, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Welcome to c.l.py
>
Oh, thank you.
--
http://mail.python.org/mailman/listinfo/python-list
On 2005-12-11, Steve Holden <[EMAIL PROTECTED]> wrote:
>
> I don't suppose there's any good reason, then, why (for example)
> outlining tools use indentation to indicate different levels of
> significance.
>
Nobody bothers to figure out something better? Now you will argue that then
the indendati
On 2005-12-11, Rick Wotnaz <[EMAIL PROTECTED]> wrote:
>
> Make a grocery list. Do you terminate each item with
> punctuation? Write a headline for a newspaper. Is
>
actually, I do. i write as much as fits in one line and separate items
with comma.
>
> may find Python's set strange at first. Plea
On 2005-12-10, Tom Anderson <[EMAIL PROTECTED]> wrote:
>
> ED IS THE STANDARD TEXT EDITOR.
>
And:
INDENTATION
SUCKS
BIG
TIME.
Using indentation without block termination markers is opposite of the way we
write spoken language, terminating eac
On 2005-12-10, Steve Holden <[EMAIL PROTECTED]> wrote:
>
> My advice would be to stop using punch cards and start using a sensible
> text editor.
>
Such as..?
Find me an editor which has folds like in VIM, regexp search/replace within
two keystrokes (ESC,:), marks to easily navigate text in 2 key
On 2005-12-08, Steven D'Aprano <[EMAIL PROTECTED]> wrote:
>
> Making a mistake in indentation level is precisely analogous to leaving
> out markers in other languages. If your editor is smart enough, and the
>
But look at the following example:
if a:
some_code1
if b:
some_code2
If I accidenta
On 2005-12-07, Antoon Pardon <[EMAIL PROTECTED]> wrote:
>
> What I don't understand is, that most people who have a problem
> with scope by indentation, want to introduce braces. I think
> braces are the worst solution.
>
Braces are very convenient to match block start and end. Open a C program
in
On 2005-12-02, Micah Elliott <[EMAIL PROTECTED]> wrote:
> On Dec 02, Dave Hansen wrote:
>> Python recognizes the TAB character as valid indentation. TAB
>> characters are evil. They should be banned from Python source code.
>
> AGREE! AGREE! AGREE!
>
The day TABs are banned from the source, I