Changes between Version 8 and Version 9 of Talks/Spring2012/PythonBeverage


Ignore:
Timestamp:
04/12/12 23:54:34 (14 years ago)
Author:
adrn@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Talks/Spring2012/PythonBeverage

    v8 v9  
    4646    * Installing new packages is as easy as {{{pip install <packagename>}}}
    4747 * Debugging code
    48     * Rather than fill your scripts with a ton of print statements that you comment and uncomment, I'll show you how to use the packages [http://docs.python.org/library/argparse.html argparse] and [http://docs.python.org/library/logging.html logging].
     48    * Rather than fill your scripts with a ton of print statements to comment and uncomment, I'll show you how to use the packages [http://docs.python.org/library/argparse.html argparse] and [http://docs.python.org/library/logging.html logging] for more efficient verbosity control.