Show
Ignore:
Timestamp:
03/05/10 23:48:56 (2 years ago)
Author:
hodgestar
Message:

Packaging slide.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • hodgestar/Talks/PythonForProgrammers/slides/slide-notes.txt

    r732 r733  
    119119 
    120120 
    121 Reference Counting and Garbage Collection 
    122 ----------------------------------------- 
     121Debugging 
     122--------- 
    123123 
    124124* Interned objects 
     125* gc 
    125126* Turning garbage collection on and off 
    126127* Looking for object leaks 
     128* pdb 
    127129 
    128130 
     
    132134* setup.py 
    133135* distutils 
    134 * setuptools, easyinstall 
     136* setuptools, easy_install 
     137  * no uninstall 
    135138* distribute, pip 
     139  * has uninstall 
    136140* PyPI 
     141* virtualenv 
    137142 
    138143