Advanced Python Development
Matthew Wilkes
Broschiertes Buch

Advanced Python Development

Using Powerful Language Features in Real-World Applications

Versandkostenfrei!
Versandfertig in 6-10 Tagen
43,99 €
inkl. MwSt.
Weitere Ausgaben:
PAYBACK Punkte
22 °P sammeln!
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 the way, it covers type-hint based linting, low-overhead testing and other automated quality checking to demonstrate a robust real-world development process.Some powerful aspects of Python are often documented with contrived examples that explain the feature as a standalone example only. By following...