Monday, May 26, 2008

Easy Access to Python

Goal: Have methodology for quickly accessing anything about Python. While programming, do not have completed thought process without aid of computer stored information.

>pydoc -g
      |
      |
      +--+ opens Tkinter window

       |
       |
      +-+ open browser
            |
            |
            + Python: Index of Modules
http://python.org/doc/2.5/lib/development.html

No comments: