Python LibraryPython is packaged with a large library of standard modules
And there are many third party modules
All of these are accessed using 'import'import string ... a = string.split(x) |
<<< | O'Reilly OSCON 2000, Introduction to Python, Slide 23 July 17, 2000, beazley@cs.uchicago.edu |
>>> |