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 aren’t 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 t...

Descripción completa

Detalles Bibliográficos
Autor principal: Wilkes, Matthew. author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Berkeley, CA : Apress 2020.
Edición:1st ed. 2020.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009631157106719
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.