Python in a nutshell

Useful in many roles, from design and prototyping to testing, deployment, and maintenance, Python is consistently ranked among today's most popular programming languages. The third edition of this practical book provides a quick reference to the language--including Python 3.5, 2.7, and highligh...

Descripción completa

Detalles Bibliográficos
Otros Autores: Martelli, Alex, author (author), Ravenscroft, Anna Martelli, author, Holden, Steve, 1950-, author
Formato: Libro electrónico
Idioma:Inglés
Publicado: Sebastopol, CA : O'Reilly Media, Inc 2017.
Edición:Third edition
Colección:In a nutshell (O'Reilly & Associates)
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630206206719
Tabla de Contenidos:
  • 1. Introduction to Python
  • 2. The Python Interpreter
  • 3. The Python Language
  • 4. Object-Oriented Python
  • 5. Exceptions
  • 6. Modules
  • 7. Core Built-ins and Standard Library Modules
  • 8. Strings and Things
  • 9. Regular Expressions
  • 10. File and Text Operations
  • 11. Persistence and Databases
  • 12. Time Operations
  • 13. Controlling Execution
  • 14. Threads and Processes
  • 15. Numeric Processing
  • 16. Testing, Debugging, and Optimizing
  • 17. Networking Basics
  • 18. Asynchronous Alternatives
  • 19. Client-Side Network Protocol Modules
  • 20. Serving HTTP
  • 21. Email, MIME, and Other Network Encodings
  • 22. Structured Text: HTML
  • 23. Structured Text: XML
  • 24. Extending and Embedding Classic Python
  • 25. Distributing Extensions and Programs
  • 26. v2/v3 Migration and Coexistence.