New Python Bitcoin Library Released by Chainside

With the aim of making Bitcoin products development easier and more effective, at Chainside we decided to develop btcpy, a new Python 3… Read more

Similar

Unravelling `Not` in Python

For this next blog post in my series of Python's syntactic sugar, I'm tackling what would seem to be a very simple bit of syntax, but which actually requires diving into multiple layers to fully implement: not. On the surface, the definition of not is ver... (more…)

Read more »