Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 285 Bytes

readme.md

File metadata and controls

11 lines (6 loc) · 285 Bytes

Async and Threading Studies With Python

Various study experiments with asyncio, Python Threading and Cython!

Comments in english.

PS: using Cython, if you get a GCC error and use Linux you probably need:

sudo apt-get install python3-dev

sudo apt-get install unixodbc-dev