Re: [Tutor] Shortening the code of a finsihed program.

2011-11-25 Thread Alan Gauld
On 26/11/11 00:07, Steven D'Aprano wrote: Its usually better to paste long programs into a pastebin web site and give us a link. I'd just like to say that some of us disagree with this advice. Some people (e.g. me) often read their where getting access to a browser is less convenient. Its tr

Re: [Tutor] Shortening the code of a finsihed program.

2011-11-25 Thread Steven D'Aprano
Hello Mic, Mic wrote: Its usually better to paste long programs into a pastebin web site and give us a link. This saves cluttering up people mail with long messages, and also the pastebin rendering will usually be easier to read with syntax coloring etc. Please keep a attribution line when

Re: [Tutor] Shortening the code of a finsihed program.

2011-11-25 Thread Steven D'Aprano
Alan Gauld wrote: On 24/11/11 16:20, Mic wrote: and then try to put these parts togheter into a large program, I decided to post my entire program. Its usually better to paste long programs into a pastebin web site and give us a link. This saves cluttering up people mail with long messages,

Re: [Tutor] Shortening the code of a finsihed program.

2011-11-25 Thread Alan Gauld
On 25/11/11 21:14, Mic wrote: Alright. Sorry if I should know this, but what is a pastebin web site and how do I paste my program into a pastebin web site? A web site that you can paste stuff and then provide a link(url) that others can use to view it. You can usually specify the code style

Re: [Tutor] Shortening the code of a finsihed program.

2011-11-25 Thread Mic
Its usually better to paste long programs into a pastebin web site and give us a link. This saves cluttering up people mail with long messages, and also the pastebin rendering will usually be easier to read with syntax coloring etc. Alright. Sorry if I should know this, but what is a pastebin

Re: [Tutor] Shortening the code of a finsihed program.

2011-11-24 Thread Alan Gauld
On 24/11/11 16:20, Mic wrote: and then try to put these parts togheter into a large program, I decided to post my entire program. Its usually better to paste long programs into a pastebin web site and give us a link. This saves cluttering up people mail with long messages, and also the paste

[Tutor] Shortening the code of a finsihed program.

2011-11-24 Thread Mic
Good afternoon! I have previously asked questions about how I can shorten my code. I have recieved a lot of good answers, but there is one thing that never works. I can never implement the suggestions into my code, and that is my fault. I have in my previous questions only asked how to shorte