Cargando…

Advanced Python development : using powerful language features in real-world applications /

This book builds on basic Python tutorials to explain various Python language features that arent routinely covered: from reusable console scripts that play double duty as micro-services by leveraging entry points, to using asyncio efficiently to collate data from a large number of sources. Along th...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Wilkes, Matthew (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Berkeley, CA] : Apress, [2020]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Chapter 1: Prototyping and Environments
  • Chapter 2: Testing, Checking and Linting
  • Chapter 3: Packaging Scripts
  • Chapter 4: From Script to Library
  • Chapter 5: Alternative Interfaces
  • Chapter 6: Speeding Things Up
  • Chapter 7: Aggregation Process
  • Chapter 8: Asynchronous Programming
  • Chapter 9: Asynchronous Databases
  • Chapter 10: Viewing the Data
  • Chapter 11: Fault Tolerance
  • Chapter 12: Callbacks and Data Analysis.