Contribute to merkleshare development by creating an account on GitHub. (more…)
Read more »
I’ve been thinking about writing this article for a bit, but have been most prompted by a post grandly titled “Async Python is not faster”. The post was rooted with some good motivations and observations, but also fell somewhat into a polarising mode of ... (more…)
Read more »
Although Python is very popular, senior developers who have spent years coding don't like it and prefer to stick to languages like C++. So, why is that? (more…)
Read more »
Python’s pickle
module is a very convenient way to serialize and de-serialize objects. It needs
no schema, and can handle arbitrary Python objects. But it has problems. This
post briefly explains the problems. (more…)
Read more »
Convert any Python 2 file into a single line of code - csvoss/onelinerizer... (more…)
Read more »