Dive into Python 3

Mark Pilgrim's Dive Into Python 3 is a hands-on guide to Python 3 and its differences from Python 2. As in the original book, Dive Into Python, each chapter starts with a real, complete code sample, proceeds to pick it apart and explain the pieces, and then puts it all back together in a summar...

Descripción completa

Detalles Bibliográficos
Autor principal: Pilgrim, Mark (-)
Formato: Libro electrónico
Idioma:Inglés
Publicado: New York : Apress 2009.
Edición:2nd ed. 2009.
Colección:The expert's voice in open source Dive into Python 3
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009628451906719
Tabla de Contenidos:
  • Your First Python Program
  • Native Datatypes
  • Comprehensions
  • Strings
  • Regular Expressions
  • Closures and Generators
  • Classes and Iterators
  • Advanced Iterators
  • Unit Testing
  • Refactoring
  • Files
  • XML
  • Serializing Python Objects
  • HTTP Web Services
  • Case Study: Porting chardet to Python 3
  • Packaging Python Libraries.