Jump to ratings and reviews
Rate this book

Programmer’s Python: Async - Threads, processes, asyncio & more: Something Completely Different

Rate this book
Important Kindle is a Print Replica Format. The reason for this is that we regard paging as essential for programming books however this means it only works on Fire Tablets and Kindle Reading Apps. Check to see if your device is supported!Python has more flexibility than most modern programming languages which makes it a very easy language to get started with, but it has a problem – the GIL or Global Interpreter Lock. This makes getting to grips with Python Async more demanding than other languages. You can’t simply take what you know about threads or processes and hope that they just work with Python.Programmer's Async is part of a set of Something Completely Different books that look at what makes Python special and sets it apart from other programming languages. This volume is about asynchronous programming, something that is is hard to get right - but well worth the trouble. An application that doesn’t make use of async code is wasting a huge amount of the machine’s potential. Whenever the program interacts with the outside world it has to wait for very, very, slow humans or even very slow communications to do something. If your code isn’t asynchronous then it just waits for what might seem like years from the processor’s point of view – remember a processor can execute around 10 million instructions in a second. If your program has to wait for even a fraction of a second that’s thousands of instructions wasted.Python has some remarkably good facilities for asynchronous programming. The latest is the asyncio module which is receiving a lot of attention at the moment, but the story starts earlier. Python has modules that let you work with threads and processes in sophisticated ways. These are the foundation on which asyncio is built and they are covered in depth along with futures, tasks and schedulers. The final three chapters are devoted to asyncio and attempt, hopefully successfully, to make practical sense of a very complicated module. This is the book you need to understand all the options, trade-offs and gotchas.Mike James has a BSc in Physics, an MSc in Mathematics and a PhD in Computer Science and in a long career as a programmer he has mastered many programming languages. He is the founder and chief editor of I-Programmer, the online magazine written by programmers for programmers and the author of dozens of books. As well as Programmer’s Everything Is An Object, Second Edition and Programmer’s Everything Is Data, his recent books include Deep C#, JavaScript Jems, Programmer’s Guide to Kotlin, Programmer’s Guide To Theory and The Trick Of The Programming and Computational Thought.

300 pages, Hardcover

Published October 5, 2022

2 people are currently reading

About the author

Mike James

233 books2 followers
Librarian note: There is more than one author in the Goodreads database with this name.

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
1 (50%)
4 stars
1 (50%)
3 stars
0 (0%)
2 stars
0 (0%)
1 star
0 (0%)
No one has reviewed this book yet.

Can't find what you're looking for?

Get help and learn more about the design.