<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Mike Meyer wrote:
<blockquote cite="mid8664ycq7x6.fsf@guru.mired.org" type="cite">
  <pre wrap="">Miguel Manso <a class="moz-txt-link-rfc2396E" href="mailto:mmanso@amplitudenet.pt"><mmanso@amplitudenet.pt></a> writes:

  </pre>
  <blockquote type="cite">
    <pre wrap="">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, declare an associative array, checking how to pass named
parameters to functions, and simple things like that.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I went through some of those frustrations.

  </pre>
  <blockquote type="cite">
    <pre wrap="">What I would like to know is if anyone had these problems and if you
can share that experience with me. I'm trying to minimize my
"frustration" :)
    </pre>
  </blockquote>
  <pre wrap=""><!---->
The thing is, the answers to all your questions are in the
documentation. You just need to know the Python names for things, and
not the Perl names. For instance, Python calls it's associative array
structure a dictionary, and a checking the documentation index for
dictionary turns up a link to the syntax for declaring one as
display/dictionary.

Read through the tutorial. Then look through some "interesting"
modules in the standard library to see how these things fit together.

        <mike
  </pre>
</blockquote>
<br>
I guess I'll just do that. I'll put the frustration in a bag, grab the
documentation and try to figure it out.<br>
<br>
Thanks all.<br>
<br>
<pre class="moz-signature" cols="72">-- 
Miguel Manso <a class="moz-txt-link-rfc2396E" href="mailto:mmanso@amplitudenet.pt"><mmanso@amplitudenet.pt></a>
============================================
Amplitude Net
Net - Rua dos Salazares, 842
4100-442 Porto

Phone: +351 22 532 2000
Fax: +351 22 618 2157
Web: <a class="moz-txt-link-abbreviated" href="http://www.amplitudenet.pt">www.amplitudenet.pt</a>
============================================</pre>
</body>
</html>