build blockchain in python

This commit is contained in:
Tu Tran 2018-01-14 23:40:28 +07:00
parent 5c548d8f19
commit 5f3cab6c06

View file

@ -181,6 +181,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
### Miscellaneous:
* [Build a Simple Interpreter](https://ruslanspivak.com/lsbasi-part1/)
* [Build a Simple Blockchain in Python](https://hackernoon.com/learn-blockchains-by-building-one-117428612f46)
* [Write a NoSQL Database in Python](https://jeffknupp.com/blog/2014/09/01/what-is-a-nosql-database-learn-by-writing-one-in-python/)
* [Building a Gas Pump Scanner with OpenCV/Python/iOS](https://hackernoon.com/building-a-gas-pump-scanner-with-opencv-python-ios-116fe6c9ae8b)
* [Build a Distributed Streaming System with Python and Kafka](https://scotch.io/tutorials/build-a-distributed-streaming-system-with-apache-kafka-and-python)