1. tipos
    1. simples
      1. int
      2. bool
      3. float
      4. string
      5. unicode
      6. complejos
    2. compuestos
      1. set
      2. list
      3. dict
      4. tuple
  2. Aplicaciones
    1. Mailman
    2. Trac
    3. Linux applications
      1. yum
      2. anaconda
      3. portage
      4. emesene
    4. Google
    5. Youtube
    6. EVE Online
    7. Bittorrent
    8. Reddit
  3. otras caracteristicas
    1. pseudocodigo interpretado
    2. multiplataforma
    3. interpretado
    4. libre
    5. maduro (19 aƱos)
    6. duck typing (tipado dinamico y fuerte)
    7. pilas incluidas
    8. introspeccion
    9. embedable
      1. Maya
      2. Blender
      3. Gimp
      4. Inkscape
    10. bindings con C
    11. Zen de python
  4. multiparadigma
    1. estructurado
      1. estructuras de control
        1. if/elif
        2. for
        3. while
    2. OO
      1. clases
      2. metaclases
      3. excepciones
        1. try
        2. except
        3. finally
      4. propiedades
      5. modulos
    3. funcional
      1. first class functions
      2. first class everything :)
      3. list comprehentions
      4. generator comprehentions
      5. generadores
      6. lamba functions
      7. map/reduce/zip/all/any/filter/sum
      8. closures
      9. decoradores
  5. Multiproposito
    1. GUI
      1. GTK
      2. Qt
      3. Cocoa
      4. Wx
      5. Win32
      6. Tk
    2. Web
      1. Webpy
      2. Pylons
      3. Zope/Plone
      4. Twisted
      5. Django
      6. TurboGears
      7. Web2py
      8. Google AppEngine
    3. Consola
      1. ncurses
  6. todo es un objeto
    1. clases
    2. objetos
    3. funciones/metodos
    4. modulos
    5. variables
  7. ortogonal
    1. iterables
    2. file like objects
    3. dict like objects
  8. multiples implementaciones
    1. CPython
    2. Jython
    3. IronPython
    4. PyPy
    5. otros
      1. Stackless Python
      2. Parallel Python
      3. Psyco
  9. Recursos
    1. Python documentation
    2. Dive into python
    3. Python Argentina
    4. Python Module of the week
    5. Language shootout