Made a Python lib that can generate cryptocurrency wallets

python-cryptocurrency-wallet-generator – Simple Python package that can generate wallets for several cryptocurrencies… Read more

Similar

Python’s Pickle’s Nine Flaws

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 »

The state of type hints in Python

Python is and will remain a dynamic language. Yet, 25 years into its existence now there was a language standard how to add type information into the language. Since then almost three years passed, in this blog post we'll explore where did the system evol... (more…)

Read more »