Concurrent programming is a technology used to improve the running speed of programs, using multi-threading, multi-process, asynchronous IO and other means; this course challenges the concurrent programming technology of Python; transforming web crawlers to crawl concurrently, and transforming web services to run business logic concurrently.
Concurrent programming is a technology used to improve the running speed of programs, using multi-threading, multi-process, asynchronous IO and other means; this course challenges the concurrent programming technology of Python; transforming web crawlers to crawl concurrently, and transforming web services to run business logic concurrently.