On 04/09/2013 08:29 AM, rusi wrote:
> I guess Michael meant "...module or package."
> Else the next question is going to be "Can you explain recursion in
> python?" :-)
You're right. On both counts. :)
--
http://mail.python.org/mailman/listinfo/python-list
On Apr 9, 7:18 pm, Michael Torrie wrote:
> On 04/09/2013 03:58 AM, k.lykour...@gmail.com wrote:
>
> > Hi, what is the difference between python module and library ?
>
> "library" doesn't really mean anything specifically to Python's
> interpreter. It's not a valid keyword and is only used by huma
On 04/09/2013 03:58 AM, k.lykour...@gmail.com wrote:
> Hi, what is the difference between python module and library ?
"library" doesn't really mean anything specifically to Python's
interpreter. It's not a valid keyword and is only used by humans to
describe the abstract function and nature of a
On 4/9/2013 5:58 AM, k.lykour...@gmail.com wrote:
Hi, what is the difference between python module and library ?
They are in different categories. A Python module is a namespace (a
mapping of names to objects) created by running Python code as a main
module or by import statements within Pyth
Hi, what is the difference between python module and library ?
--
http://mail.python.org/mailman/listinfo/python-list