Changes between Version 8 and Version 9 of Talks/Spring2012/PythonBeverage
- Timestamp:
- 04/12/12 23:54:34 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Talks/Spring2012/PythonBeverage
v8 v9 46 46 * Installing new packages is as easy as {{{pip install <packagename>}}} 47 47 * Debugging code 48 * Rather than fill your scripts with a ton of print statements t hat 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.
