Differences between revisions 14 and 15
Revision 14 as of 2007-06-27 03:49:10
Size: 1832
Editor: wnpgmb11dc1-45-175-190
Comment:
Revision 15 as of 2008-11-15 13:59:36
Size: 1857
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
|| [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 ||
|| [[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

Regular Expressions (re)

Sydney Weidman

Using strings like files (StringIO)

Sydney Weidman

Handling date and time objects (datetime)

Sydney Weidman

Comma Seperated Values, Reading and Writing (csv)

Mark Jenkins

Generate pseudo-random numbers (random)

Sara Arenson

Matching files using wildcards (glob)

Stuart Williams

Parsing command line args (optparse)

Stuart Williams

Data pretty printer (pprint)

Stuart Williams

String Methods

Stuart Williams

String constants and Template strings

Stuart Williams

Functions creating iterators for efficient looping (itertools)

Stuart Williams

Python object serialization (pickle)

Stuart Williams

Unordered collections of unique elements (sets)

Stuart Williams

PresenterSignUp (last edited 2008-11-15 13:59:36 by localhost)

Unable to edit the page? See the FrontPage for instructions.