Bitcoin, 21 million limit

The number of bitcoins has a limit,this constrains the market availability and the behavior of the value. Bitcoins are divisible in infinite number of parts, so this facilitates the situation on the market space. There is a mathematical explanation for having around 21 million limit: Calculate the number of blocks per 4 year cycle: 6 … Read more

Internet of Food & Farm 2020

Read, learn, make questions to myself and start again. So this week I learn the existence of this plan named: Internet of Food & Farm 2020. The heart of the project is formed by 19 use cases grouped in 5 trials with end users from the Arable, Dairy, Fruits, Vegetables and Meat verticals and IoT … Read more

Python, Good morning

Good morning is the name of a library that enables you to download data from stocks related to fundamentals. I have uploaded the GIT file on my eclipse and I have shown some basic data in a data frame. This was something initially easy. My goal is to draw data in a monthly basis for … Read more

Zipline, for trading simuation

Zipline is an open-source algorithmic trading simulator written in Python. I have installed Zipline library with pip, in my case, as I’m using PyDev I went to Window>Preferences>Python Interpreter>Install/Uninstall with pip Once I have tried to use it, I was not able to find the quick way to build the basic code I wanted, so … Read more