Cargando…

Core Python programming /

Praise for Core Python Programming "The long-awaited second edition of Wesley Chun's Core Python Programming proves to be well worth the wait-its deep and broad coverage and useful exercises will help readers learn and practice good Python."--Alex Martelli, author of Python in a Nutsh...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Chun, Wesley
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Upper Saddle River, N.J. : Prentice Hall, 2006.
Edición:2nd ed.
Colección:Prentice Hall PTR core series.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • 1. Welcome to Python!
  • 2. Getting started
  • 3. Python basics
  • 4. Python objects
  • 5. Numbers
  • 6. Sequences : strings, lists, and tuples
  • 7. Mapping and set types
  • 8. Conditionals and loops
  • 9. Files and input/output
  • 10. Errors and exceptions
  • 11. Functions and functional programming
  • 12. Modules
  • 13. Object-oriented programming
  • 14. Execution environment
  • 15. Regular expressions
  • 16. Network programming
  • 17. Internet client programming
  • 18. Multithreaded programming
  • 19. GUI programming
  • 20. Web programming
  • 21. Database programming
  • 22. Extending Python
  • 23. Miscellaneous.