Prisbevakning
Få notis vid prissänkningAv: Matthew Fowler
Lägsta pris
Bokus

447 kr
Amazon
Bokbörsen
Vi har hittat boken hos 3 butiker med verifierade priser — alla är partnerbutiker som vi får provision från när du klickar på ”Visa hos butik”. Vissa butiker visas som extern länk utan pris — priset ser du först hos butiken. Priset för dig är detsamma. Frakt kan tillkomma och varierar mellan butiker och leveranssätt — kontrollera alltid aktuellt pris och leveransvillkor hos butiken innan du slutför köpet.
Skriver du om boken på en blogg eller sajt? .
Priset har nyligen gått ner jämfört med butikens eget tidigare pris.
Det lägsta priset vi sett för boken sedan Booki började mäta.
Billigaste butiken ligger under de övriga butikernas medianpris just nu — en jämförelse mellan butiker, inte ett prisfall över tid.
Butiken med lägst pris i prislistan på boksidan just nu.
"This is one of the best technical books I've ever read. The writing is so good, and it covers an incredible amount of knowledge. Hands down, this is the best reference material on using asyncio anywhere." - Kent R. Spillner Learn how to speed up slow Python code with concurrent programming and the cutting-edge asyncio library. Python is flexible, versatile, and easy to learn. It can also be very slow compared to lower-level languages. Python Concurrency with asyncio teaches you how to boost Python's performance by applying a variety of concurrency techniques. You'll learn how the complex-but-powerful asyncio library can achieve concurrency with just a single thread and use asyncio's APIs to run multiple web requests and database queries simultaneously. The book covers using asyncio with the entire Python concurrency landscape, including multiprocessing and multithreading. about the technologyThe time demands of running code synchronously quickly overload standard Python and slow your programs to a crawl. Python's Asynchronous I/O library asyncio was built to solve these performance problems by making it easy to divide and schedule computational tasks so they can be run independently. asyncio concurrently handles multiple operations without a drop in throughput or responsiveness, making your apps lightning fast and easier to scale. about the bookPython Concurrency with asyncio teaches you to write concurrent Python code that will boost the speed of your apps and APIs. The book demystifies asynchio's unique single-threaded concurrency model, giving you a behind-the-scenes understanding of the library and its new async/await syntax. Hard-to-grok concurrency topics are broken down into simple flowcharts so you can easily see how your coroutines and tasks are running. You'll learn to apply asyncio to solve common performance problems, such as batch database jobs, slow web servers, and scaling microservices. All examples you'll build are designed to be usable in the real world, including a clever command line SQL client that can run multiple slow queries at the same time. By the time you're done, you'll even be able to combine asyncio with traditional multiprocessing and multithreading techniques for huge improvements to performance. what's insideUse coroutines and tasks alongside async/await syntax to run code concurrentlyBuild web APIs and make concurrency web requests with aiohttpRun thousands of SQL queries concurrentlyCreate a map-reduce job that can process gigabytes of data concurrentlyUse threading with asyncio to mix blocking code with asyncio code about the readerFor intermediate Python programmers. No previous experience of concurrency required. about the authorMatthew Fowler has over 15 years of software engineering experience in roles from architect to engineering director. He has worked on Python codebases in the machine learning space, as well as led development of a Python-based ecommerce site with tens of millions of users.
Bra läge att köpa
Bokus
61 kr billigare
Rör sig ofta
Författare
Matthew Fowler
ISBN
9781617298660
Bokus

447 kr
Amazon
Bokbörsen
Vi har hittat boken hos 3 butiker med verifierade priser — alla är partnerbutiker som vi får provision från när du klickar på ”Visa hos butik”. Vissa butiker visas som extern länk utan pris — priset ser du först hos butiken. Priset för dig är detsamma. Frakt kan tillkomma och varierar mellan butiker och leveranssätt — kontrollera alltid aktuellt pris och leveransvillkor hos butiken innan du slutför köpet.
Skriver du om boken på en blogg eller sajt? .
Priset har nyligen gått ner jämfört med butikens eget tidigare pris.
Det lägsta priset vi sett för boken sedan Booki började mäta.
Billigaste butiken ligger under de övriga butikernas medianpris just nu — en jämförelse mellan butiker, inte ett prisfall över tid.
Butiken med lägst pris i prislistan på boksidan just nu.
"This is one of the best technical books I've ever read. The writing is so good, and it covers an incredible amount of knowledge. Hands down, this is the best reference material on using asyncio anywhere." - Kent R. Spillner Learn how to speed up slow Python code with concurrent programming and the cutting-edge asyncio library. Python is flexible, versatile, and easy to learn. It can also be very slow compared to lower-level languages. Python Concurrency with asyncio teaches you how to boost Python's performance by applying a variety of concurrency techniques. You'll learn how the complex-but-powerful asyncio library can achieve concurrency with just a single thread and use asyncio's APIs to run multiple web requests and database queries simultaneously. The book covers using asyncio with the entire Python concurrency landscape, including multiprocessing and multithreading. about the technologyThe time demands of running code synchronously quickly overload standard Python and slow your programs to a crawl. Python's Asynchronous I/O library asyncio was built to solve these performance problems by making it easy to divide and schedule computational tasks so they can be run independently. asyncio concurrently handles multiple operations without a drop in throughput or responsiveness, making your apps lightning fast and easier to scale. about the bookPython Concurrency with asyncio teaches you to write concurrent Python code that will boost the speed of your apps and APIs. The book demystifies asynchio's unique single-threaded concurrency model, giving you a behind-the-scenes understanding of the library and its new async/await syntax. Hard-to-grok concurrency topics are broken down into simple flowcharts so you can easily see how your coroutines and tasks are running. You'll learn to apply asyncio to solve common performance problems, such as batch database jobs, slow web servers, and scaling microservices. All examples you'll build are designed to be usable in the real world, including a clever command line SQL client that can run multiple slow queries at the same time. By the time you're done, you'll even be able to combine asyncio with traditional multiprocessing and multithreading techniques for huge improvements to performance. what's insideUse coroutines and tasks alongside async/await syntax to run code concurrentlyBuild web APIs and make concurrency web requests with aiohttpRun thousands of SQL queries concurrentlyCreate a map-reduce job that can process gigabytes of data concurrentlyUse threading with asyncio to mix blocking code with asyncio code about the readerFor intermediate Python programmers. No previous experience of concurrency required. about the authorMatthew Fowler has over 15 years of software engineering experience in roles from architect to engineering director. He has worked on Python codebases in the machine learning space, as well as led development of a Python-based ecommerce site with tens of millions of users.
Bra läge att köpa
Bokus
61 kr billigare
Rör sig ofta
Författare
Matthew Fowler
ISBN
9781617298660
ISBN 9781617298660 jämförs hos alla butiker
"This is one of the best technical books I've ever read. The writing is so good, and it covers an incredible amount of knowledge. Hands down, this is the best reference material on using asyncio anywhere." - Kent R. Spillner Learn how to speed up slow Python code with concurrent programming and the cutting-edge asyncio library. Python is flexible, versatile, and easy to learn. It can also be very slow compared to lower-level languages. Python Concurrency with asyncio teaches you how to boost Python's performance by applying a variety of concurrency techniques. You'll learn how the complex-but-powerful asyncio library can achieve concurrency with just a single thread and use asyncio's APIs to run multiple web requests and database queries simultaneously. The book covers using asyncio with the entire Python concurrency landscape, including multiprocessing and multithreading. about the technologyThe time demands of running code synchronously quickly overload standard Python and slow your programs to a crawl. Python's Asynchronous I/O library asyncio was built to solve these performance problems by making it easy to divide and schedule computational tasks so they can be run independently. asyncio concurrently handles multiple operations without a drop in throughput or responsiveness, making your apps lightning fast and easier to scale. about the bookPython Concurrency with asyncio teaches you to write concurrent Python code that will boost the speed of your apps and APIs. The book demystifies asynchio's unique single-threaded concurrency model, giving you a behind-the-scenes understanding of the library and its new async/await syntax. Hard-to-grok concurrency topics are broken down into simple flowcharts so you can easily see how your coroutines and tasks are running. You'll learn to apply asyncio to solve common performance problems, such as batch database jobs, slow web servers, and scaling microservices. All examples you'll build are designed to be usable in the real world, including a clever command line SQL client that can run multiple slow queries at the same time. By the time you're done, you'll even be able to combine asyncio with traditional multiprocessing and multithreading techniques for huge improvements to performance. what's insideUse coroutines and tasks alongside async/await syntax to run code concurrentlyBuild web APIs and make concurrency web requests with aiohttpRun thousands of SQL queries concurrentlyCreate a map-reduce job that can process gigabytes of data concurrentlyUse threading with asyncio to mix blocking code with asyncio code about the readerFor intermediate Python programmers. No previous experience of concurrency required. about the authorMatthew Fowler has over 15 years of software engineering experience in roles from architect to engineering director. He has worked on Python codebases in the machine learning space, as well as led development of a Python-based ecommerce site with tens of millions of users.
Bra läge att köpa
Bokus
61 kr billigare
Rör sig ofta
Författare
Matthew Fowler
ISBN
9781617298660
Det lägsta priset just nu är 429 kr hos Adlibris, av 3 butiker vi jämför. Priser ändras löpande – kontrollera alltid slutpris och frakt hos butiken innan köp.
Priserna uppdateras automatiskt, vanligtvis minst en gång per dygn. Senaste registrerade uppdatering: 8 juli 2026.
Varje butik sätter sitt eget pris och kör olika kampanjer, så samma bok kan kosta olika mycket. Sverige har fri prissättning på böcker – därför lönar det sig att jämföra, och här ser du priserna samlade på ett ställe.
Nej. Priset vi visar är butikens bokpris – fraktkostnad tillkommer och varierar mellan butiker (flera erbjuder fri frakt över en viss summa). Den slutliga fraktkostnaden ser du i butikens kassa innan du betalar.
Ja. Sätt en kostnadsfri prisbevakning så får du besked när priset faller. Du kan också följa prisutvecklingen i prishistoriken här på sidan.
Mer om butikerna
Läs om frakt, betalning, retur och omdömen för butikerna vi jämför priser hos.