tsaotun - Tsaotun - Python based Assistance for Docker...
Read more »
Have you ever wanted to get your hands on a CSV file with the historical bitcoin OHLC1 prices over the past year, and use it as a training set for your machine learning algorithms? Open/High/Low/Close, for more information look at this post. ↩... (more…)
Read more »
Dictionaries are a really important part of Python but how can they be so fast and reliable? The answer is about Hash Tables… (more…)
Read more »
Even if you're in a terrible situation, you should probably try to learn
from it. You never know if your purpose in live is to actually serve as
a warning to others as that "Demotivational" poster puts it.
(more…)
Read more »
So here's the thing - I'm relatively good at Python. I somewhat know Ruby.
Not good enough to write something complex, but enough to understand
that it's "a bit" different from Python. Yet both of the languages
have similar syntaxes, which made me think w... (more…)
Read more »