I tried to put Go inside Python. A Unix socket won.
Five abandoned Python-Go bridges, then the Unix socket that shipped.
Jul 13, 20269 min read14

Search for a command to run...
Five abandoned Python-Go bridges, then the Unix socket that shipped.

Ten million digits, an 18-byte perceptual index, and a nearest-neighbor search that runs in a Web Worker.

Data race While the definite definition of data race differs with the concurrency model and the language, it's safe to assume that data race is when 2 or more threads try to access the same memory where at least one of them is a write operation. Seei...

Converting the type according to type hints in python

File handling in Python with aiofiles and asyncio

Saving complex python objects in Redis with aioredis and pickle

Bitter-sweet experience of creating an async PyPi module
