Post
Topic
Board Altcoin Discussion
Re: I need some stats any clues?
by
darkproton
on 25/06/2013, 18:50:27 UTC
If you mean http://www.coinchoose.com/api.php I can pull nothing out of it. If something else, well, I am not a programmer, just a crypto currencies enthusiast and I simply cannot do that.

With that kind of attitude, you definitely can't do anything...10 seconds with Google gets you a simple Python program to read from a specified URL. At that point, you're maybe 3 lines of code away from what you need.


Programming ain't difficult, especially thanks to sites like codeyear and stackoverflow. All it takes is a tiny bit of effort on your part...
+1
Frame of mind is crucial. Ok, I will give you a second to get psyched....ready? Here we go. It can be intimidating not being a programmer but this is a wonderful place to start. Programming with an interest, such as api calls in Python, can really expound horizons. So to get started, first get an ide. This is a program that you will code in. I would say get Eclipse, others may disagree. http://www.eclipse.org/downloads/packages/eclipse-classic-422/junosr2 It's free. Next get python.
http://www.python.org/getit/windows/Install Python. Get 2.7 or >.  Check out beginners section http://wiki.python.org/moin/BeginnersGuide. Now get pydev so that eclipse can utilize python http://pydev.org/manual_101_install.html. It's a little bit of a setup but I think its worth it. Maybe someone else here has better ideas!