Size: 487
Comment:
|
← Revision 15 as of 2008-11-15 13:59:36 ⇥
Size: 1857
Comment: converted to 1.6 markup
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
Sign up here if you would like to give a presentation on your favourite python library packages at the WinniPUG meeting on June 27th, 2007. Give an overview of the package and a few examples to show how it can be used. Just edit this page and add your name below. See you on the 27th! | Sign up here if you would like to give a presentation on your favourite python library packages at the WinniPUG meeting on June 27th, 2007. All you need to do is give the group an overview of the package or module and a few examples to show how it can be used. Just edit this page and add your name below. See you on the 27th! |
Line 4: | Line 4: |
|| Regular Expressions (re) || Sydney Weidman || || StringIO || Sydney Weidman || || datetime || Sydney Weidman || |
|| [[http://docs.python.org/lib/module-re.html|Regular Expressions (re)]] || Sydney Weidman || || [[http://docs.python.org/lib/module-StringIO.html|Using strings like files (StringIO)]] || Sydney Weidman || || [[http://docs.python.org/lib/module-datetime.html|Handling date and time objects (datetime)]] || Sydney Weidman || || [[http://docs.python.org/lib/module-csv.html|Comma Seperated Values, Reading and Writing (csv)]] || Mark Jenkins || || [[http://docs.python.org/lib/module-random.html|Generate pseudo-random numbers (random)]] || Sara Arenson || || [[http://docs.python.org/lib/module-glob.html|Matching files using wildcards (glob)]] || Stuart Williams || || [[http://docs.python.org/lib/module-optparse.html|Parsing command line args (optparse)]] || Stuart Williams || || [[http://docs.python.org/lib/module-pprint|Data pretty printer (pprint)]] || Stuart Williams || || [[http://docs.python.org/lib/string-methods|String Methods]] || Stuart Williams || || [[http://docs.python.org/lib/module-string|String constants and Template strings]] || Stuart Williams || || [[http://docs.python.org/lib/module-itertools|Functions creating iterators for efficient looping (itertools)]] || Stuart Williams || || [[http://docs.python.org/lib/module-pickle|Python object serialization (pickle)]] || Stuart Williams || || [[http://docs.python.org/lib/module-sets|Unordered collections of unique elements (sets)]] || Stuart Williams || |
Sign up here if you would like to give a presentation on your favourite python library packages at the WinniPUG meeting on June 27th, 2007. All you need to do is give the group an overview of the package or module and a few examples to show how it can be used. Just edit this page and add your name below. See you on the 27th!
Library Package or Module |
Presenter Name |
Sydney Weidman |
|
Sydney Weidman |
|
Sydney Weidman |
|
Mark Jenkins |
|
Sara Arenson |
|
Stuart Williams |
|
Stuart Williams |
|
Stuart Williams |
|
Stuart Williams |
|
Stuart Williams |
|
Functions creating iterators for efficient looping (itertools) |
Stuart Williams |
Stuart Williams |
|
Stuart Williams |