zafar-hussain / grokking_concurrency

"Grokking Concurrency" book code examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grokking concurrency

Testing code

This is the source code for book "Grokking Concurrency" by Kirill Bobrov published by Manning Inc. The official page for this book can be found here: Grokking Concurrency by Kirill Bobrov

All the code examples have been tested with Python 3.9 on MacOS(12.0.1) and Linux Ubuntu(16.04). No additional libraries necessary.

NOTE: This code is not production ready and adapted to the non-Python devs so please be patient with not fully pythonic code.

To install Python 3.9 please follow instructions from https://www.python.org/downloads/.

To run a program from the terminal:

python <program to run>

About

"Grokking Concurrency" book code examples

License:Apache License 2.0


Languages

Language:Python 97.4%Language:Shell 2.6%