<div dir="ltr">I would recommend dive into python. Its available free online (just google it) and it tries to teach you python, not programming which unfortunately many books try to do. It assumes that you already have some experience with C++ or Java and contradicts python syntax/semantics to those languages. Very useful and fast if you already know how to program.<br>
<br>Cheers,<br>
Themis<br><br><div class="gmail_quote">On Mon, Jul 28, 2008 at 6:57 PM, Marcus.CM <span dir="ltr"><<a href="mailto:marcus@internetnowasp.net">marcus@internetnowasp.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Hussein,<br>
<br>
Basically a module is a FILE and is considered as a singleton model. Yes ur wow.py assumption is correct.<br>
I recommend getting Mark Lutz Learning Python book to get you started.<br><font color="#888888">
<br>
Marcus.CM</font><div><div></div><div class="Wj3C7c"><br>
<br>
Hussein B wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi.<br>
I'm a Java guy and I'm playing around Python these days...<br>
In Java, we organize our classes into packages and then jarring the<br>
packages into JAR files.<br>
What are modules in Python?<br>
What is the equivalent of modules in Java?<br>
Please correct me if I'm wrong:<br>
I saved my Python code under the file   Wow.py<br>
Wow.py is now a module and I can use it in other Python code:<br>
import Wow<br>
<br>
Thanks.<br>
--<br>
<a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br>
<br>
  <br>
</blockquote>
<br>
<br>
--<br>
<a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br>
</div></div></blockquote></div><br></div>