Show
Ignore:
Timestamp:
03/05/10 22:12:20 (2 years ago)
Author:
hodgestar
Message:

Packages slide.

Files:
1 modified

Legend:

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

    r726 r728  
    3333 
    3434 
    35 == Slots == 
     35File Handling and Iterables 
     36--------------------------- 
    3637 
    37 3. File Handling and Iterables [text2.py] 
     38* Open text2.py in gedit 
     39* Look at list slicing and item fetching 
     40* Exception handling 
     41* File-like objects 
     42* Duck typing 
    3843 
    39 4. Packages [texutil package and iPython shell] 
    40   - What is a package? 
    41   - Importing 
    42   - Namespaces 
    43   - .pyc files 
    4444 
    45 5. Classes and basic OO [sort.py] 
     45********** FIRST BREAK ********** 
     46 
     47 
     48Packages and Modules 
     49-------------------- 
     50 
     51* What is a package? 
     52* Importing 
     53* Namespaces 
     54* .pyc files 
     55* Play around with imported packages in IPython shell 
     56* Experiment with dir(package) and dir(module) 
     57 
     58 
     59Classes and Basic OO 
     60-------------------- 
     61 
    4662 
    47636. 
    4864 
    4965 
     66********** SECOND BREAK ********** 
     67 
    5068Scope 
    51  
    52 Iterables 
    5369List Comprehension and Generator Expressions 
    5470Generators 
     
    57738. 
    58749. 
     75 
     76pkg_resources 
     77 
     78********** THIRD BREAK ********** 
    5979 
    608010. 
     
    6787   - PEP 8 
    6888   - SHOW PYTHON 2.6 DOCS!!! 
     89 
     90 
     91********** END ********** 
    6992 
    7093#== CD ==