Python Unlocked: Advanced Programming Strategies
Preeti Rathi
Broschiertes Buch

Python Unlocked: Advanced Programming Strategies

Versandfertig in 6-10 Tagen
29,99 €
inkl. MwSt.
PAYBACK Punkte
15 °P sammeln!
"Advanced Python" is a comprehensive exploration of the language's intricacies beyond the basics, assuming a solid foundation in Python fundamentals. The book delves into functional programming concepts such as lambda functions, higher-order functions, and tools like map, filter, and reduce. It also delves into the realm of concurrency and parallelism, offering insights into threading, multiprocessing, async/await, and the concurrent. futures module. Metaprogramming takes center stage as decorators, metaclasses, and dynamic code generation through exec() and eval() are thoroughly explored. Adv...