Hello everyone:
I am new to Python and am looking for higher-order function programming
examples. The programming codes do not feature the corresponding equation so I
am lost. Please help me.
Sincerely,
Carla Jenkins
___
Tutor maillist - Tu
On 02/13/2011 07:03 PM, tee chwee liong wrote:
How about some clues as to what you're trying to accomplish? This code
is surprisingly verbose, and probably totally wrong. Anyway, each time
you pop an item from the list, all the following ones change their
index. So presumably there weren't stil
> How about some clues as to what you're trying to accomplish? This code
> is surprisingly verbose, and probably totally wrong. Anyway, each time
> you pop an item from the list, all the following ones change their
> index. So presumably there weren't still 79 items in the list by the
> time y
> for i in range(0, len(values), 128):
> # Step through the list of values, starting at 0,
> # taking 128 items at a time.
> temp = values[i:i+128]
> # Join the values into a string.
> s = ''.join(temp)
> # And make a row with a label.
> row = "Row" + str(counter) + " = " + s
> print row
> rows.ap
On 01/-10/-28163 02:59 PM, tee chwee liong wrote:
hi,
i'm using Python 2.5 and Win XP.
i want to extract the last column of the attached text file and group 128
characters to each row. want the result to look like:
Row1=X.1XXX (total of 128 char)
Row2=11XX.
>>temp_values1 =
>> (x.pop(9))+(x.pop(8))+(x.pop(7))+(x.pop(6))+(x.pop(5))+(x.pop(4))+(x.pop(3))+(x.pop(2))+(x.pop(1))+(x.pop(0))
>> temp_values2 =
>> (x.pop(19))+(x.pop(18))+(x.pop(17))+(x.pop(16))+(x.pop(15))+(x.pop(14))+(x.pop(13))+(x.pop(12))+(x.pop(11))+(x.pop(10))
When you pop a valu
tee chwee liong wrote:
hi,
i'm using Python 2.5 and Win XP.
i want to extract the last column of the attached text file and group 128
characters to each row. want the result to look like:
Did you have to flood us with the ENTIRE text file? Please show some
respect! Next time, just show us
On 02/13/2011 03:54 AM, Jaidev Deshpande wrote:
> Dear All
>
> Please suggest a link to tutorials for backpropagation and other neural
> network training algorithms through Python.
>
> Any other commentary is welcome, as I am new to both Python and Neural
> Networks.
>
>
http://lmgtfy.com/?q=n
hi,
i'm using Python 2.5 and Win XP.
i want to extract the last column of the attached text file and group 128
characters to each row. want the result to look like:
Row1=X.1XXX (total of 128 char)
Row2=11XX...X1XX (total of 128 char)
Dear All
Please suggest a link to tutorials for backpropagation and other neural
network training algorithms through Python.
Any other commentary is welcome, as I am new to both Python and Neural
Networks.
___
Tutor maillist - Tutor@python.org
To unsu
10 matches
Mail list logo