You are viewing a single comment's thread from:

RE: Analyzing Cryptocurrency Markets Using Python - step by step tutorial

in #programming8 years ago (edited)

Hey everyone!
I'm using such a tech to build a small crypto analytic platform. Now it's Python + PostgreSQL + Zeppelin Notebook and SQLPad.

  1. Gather data with Python from public API and blockchain
  2. Store and process it with Postgres
  3. Visualize with Zeppelin and SQLPad. And Excel :)

You can see an output in my blog here.

You can reach me if you have a questions or wanna cooperate.
My main account here https://steemit.com/@bronevik

Sort:  

Cool project :) Have you considered using Plotly for visualizations?:)

Honestly I did't know about plotly until recently, and now I definitely gonna use it.
In theory Zeppelin notebook can run any python code but in practice not in my case because I run it on Windows. As soon as I move all my stuff to some linux machine I will try. Also I'll try bokeh and mathplotlib.
I need something python-based, web-shared with maximum interactive stuff like filters, different slices (a-la excel pivot table) and so on. And I hate JavaScript coding. So it won't be easy :)