Miguel Manso wrote:

> I've tryed to use python some times but I get frustrated very quick.  I
> get myself many times needing to figure out how to loop through a list,

http://docs.python.org/tut/node6.html#SECTION006200000000000000000

> declare an associative array,

http://docs.python.org/tut/node7.html#SECTION007500000000000000000

> checking how to pass named parameters to functions,

http://docs.python.org/tut/node6.html#SECTION006720000000000000000

I suggest spending 30 minutes to read through chapters 1-7 of the tutorial
again.
(when you've tinkered a little more, read chapters 8-11).  getting a good
Python
book could also help.

</F>



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to