Hi Bryan,
Oh, the formatting isn't too bad once you get use to it. Yeah,you have
to remember to do it, but it is no worse than formatting code in any
other programming language. You can use tabs or you can use spaces to
align text. Personally, I go for spacing as it makes aligning things
easier to remember. For example, the body of a function would be
indented four spaces like this.
def hello_world():
print "Hello world!\n"
#End function
As you can see here the print statement is indented four spaces where
the function definition itself is not indented. This is actually
pretty par for any programming language, and I guess I have been
programming so long now indenting code by four spaces is, well, like
second nature to me. I'd imagine after you get use to it indenting
code will become that wway for you too.
Cheers!
On 11/23/10, Bryan Mckinnish <[email protected]> wrote:
> Hi.
> I would be interested as well. I think it's about time I learned another
> programming language. I have to get used to the indents and stuff though.
> I just hope I can learn this.
> Thanks.
> Bryan Mckinnish
>
---
Gamers mailing list __ [email protected]
If you want to leave the list, send E-mail to [email protected].
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/[email protected].
If you have any questions or concerns regarding the management of the list,
please send E-mail to [email protected].