Module clarification

Diez B. Roggisch deets at nospam.web.de
Mon Jul 28 08:16:06 EDT 2008


Hussein B wrote:

> Hi.
> I'm a Java guy and I'm playing around Python these days...
> In Java, we organize our classes into packages and then jarring the
> packages into JAR files.
> What are modules in Python?
> What is the equivalent of modules in Java?

Read the docs:

http://docs.python.org/tut/node8.html

And read about eggs, the jars of python:

http://peak.telecommunity.com/DevCenter/PythonEggs

Diez



More information about the Python-list mailing list