AETHEREUM

 

Blockchain is a technologiy to reach trust on an open network. ("Block chains are used to establish decentralized consensus among computer systems")

Anything that can be mathematically represented can be modeled, secured and traded.

Personal information, identities and core data stay in your control.

Aethereum is based on contracts, programs that transparently deal among each other based on sequences of predefined steps.

Reputation in the network is the key for value.

You get bad reputation if your program doesn't behave as expected by the network and or if it provides mismatching data.

https://github.com/ethereum/pyethapp

 

DAO - Decentralized Autonomous Organizations

http://startupmanagement.org/2014/11/17/the-race-to-decentralize-everything-and-give-power-to-the-edge-of-the-networks/

https://en.wikipedia.org/wiki/Decentralized_autonomous_organization#cite_note-Popper20160521-4

https://daohub.org/manifesto.html

https://github.com/CoMakery/self-organization-constitution

 

Example Python Implementation Blockchain

http://alexgorale.com/how-to-program-block-chain-explorers-with-python-part-1