Chargement en cours…

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...

Description complète

Détails bibliographiques
Cote:Libro Electrónico
Auteur principal: Wilkes, Matthew (Auteur)
Format: Électronique eBook
Langue:Inglés
Publié: [Berkeley, CA] : Apress, [2020]
Sujets:
Accès en ligne:Texto completo (Requiere registro previo con correo institucional)
Table des matières:
  • 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.