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 read21

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

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
