Category: python
We known that in Javascript, we can use the toString(16) to convert an integer to its hexadecimal representation. That works even for float numbrs, for example, (0.5).toString(16) "0.8" (1.5).toString(16) …
The Catalan number as described here is one of the well-known combinatorial number that has quite a few applications. For example, C(n) can be used to count the number …
Due to an API change in SteemIt see this post, the following code to get the last vote time is not working any more – as it says the …
Those who learn coding languages are likely to have a bright future ahead of them. That’s because the tech industry is always in need of more developers, so it’s …
On STEEM blockchain, the rewards are distributed in the unit of VESTS which can be converted to more human-readable unit of the SP – The Steem Power. The STEEM …