Re: [Tutor] Automation

2013-11-03 Thread bob gailer
Always reply in such a way that a copy goes to the tutor list. On 11/3/2013 5:56 PM, Renato Barbosa Pim Pereira wrote: Solved: for row in column: print row[0] Sorry for my ignorance, by now, how can I locate the min/max value for the printed row?, thanks for patience. Collect the element

Re: [Tutor] space between words printed

2013-11-03 Thread Alex Kleider
On 2013-11-02 20:18, Byron Ruffin wrote: The output generates a sentence made up of words chosen randomly from lists.  I am having trouble getting a space between each of the words.  Should I be thinking about .split?  Here is the code (ignore indent errors as it was copied and pasted) Thank you:

Re: [Tutor] space between words printed

2013-11-03 Thread Steven D'Aprano
On Sat, Nov 02, 2013 at 10:18:01PM -0500, Byron Ruffin wrote: > The output generates a sentence made up of words chosen randomly from > lists. I am having trouble getting a space between each of the words. > Should I be thinking about .split? Here is the code (ignore indent errors > as it was cop

Re: [Tutor] space between words printed

2013-11-03 Thread Alan Gauld
On 03/11/13 03:18, Byron Ruffin wrote: The output generates a sentence made up of words chosen randomly from lists. I am having trouble getting a space between each of the words. You probably want to look at the join() method of strings. It joins a list of strings together using a separator...

Re: [Tutor] space between words printed

2013-11-03 Thread Mark Lawrence
On 03/11/2013 03:18, Byron Ruffin wrote: The output generates a sentence made up of words chosen randomly from lists. I am having trouble getting a space between each of the words. Should I be thinking about .split? Here is the code (ignore indent errors as it was copied and pasted) Thank you:

Re: [Tutor] Project 4: Parsing rhinoceros sightings

2013-11-03 Thread Alan Gauld
On 03/11/13 03:10, phua hock choon wrote: /Hi Bob ,/ // /I was looking at the a/m project from penn Uni with interest while learning ArcGis python scripting./ // /Would like to enquire whether you still have the solution (Script) for the " Parsing rhinoceros sightings "/ If you read Bob's post(

[Tutor] space between words printed

2013-11-03 Thread Byron Ruffin
The output generates a sentence made up of words chosen randomly from lists. I am having trouble getting a space between each of the words. Should I be thinking about .split? Here is the code (ignore indent errors as it was copied and pasted) Thank you: import random def wordList(): adj1 =

[Tutor] Project 4: Parsing rhinoceros sightings

2013-11-03 Thread phua hock choon
Hi Bob ,   I was looking at the a/m project from penn Uni with interest while learning ArcGis python scripting.   Would like to enquire whether you still have the solution (Script) for the " Parsing rhinoceros sightings "     Awaiting for your favourable reply.     tks   vincent__