I have a python program that retrieves data from Yahoo finance, performs some computation and plots some results (both as table and chart). Modules I use are numpy, pandas, scipy and matplotlib. My problem is that I cannot use my PC everyday so I need a solution to run this code everywhere I am with my Android mobile. The question I have is: what are all the solutions I have available to achieve this? I know I can use QPython or Kivy, but I would not have access to all the modules I need. Is it possible (and easy) to use the code in a website that I can access from my mobile and use in the browser? Would this be a solution to prefer so that I can use my existing code as it is?
Aucun commentaire:
Enregistrer un commentaire