Getting into Python, comming from Perl.

Fredrik Lundh fredrik at pythonware.com
Sun Apr 24 14:21:42 EDT 2005


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>






More information about the Python-list mailing list