And where do I download it?
This may have been answered before
but having trouble locating the info.
Thanks
Lloyd - DigiTek
And where do I download it?
This may have been answered before
but having trouble locating the info.
Thanks
Lloyd - DigiTek
Python:
I'd recommend Adafruit's WebIDE - a browser-based Python IDE targeting Raspberry Pi and BeagleBone:
http://learn.adafruit.com/webide/overview
One of it's great features is a code visualizer that let's you understand the program as it runs, step-by-step:
WebIDE can be used for these tutorials for example:
To learn Python, I'd recommend looking at Codecademy: http://www.codecademy.com/tracks/python
Javascript:
An alternative, specifically for the BeagleBone, is Bonescript (a Javascript library that will be familiar to Arduino programmers) and the browser-based Cloud9 IDE for Javascript:
Cheers,
Drew