Difference between a library and a module...

sophie_newbie paulgeeleher at gmail.com
Tue Mar 7 09:49:42 EST 2006


OK this might seem like a retarded question, but what is the difference
between a library and a module?

If I do:

import string

am I importing a module or a library?

And if i do string.replace() am I using a module or a function or a
method or what?

Sorry.




More information about the Python-list mailing list