I have tried googling this, but it is a lot of programming talk i do not necessarily completely understand. All i have done so far is download the SDK for Leap Motion and found that programs can be written with python. which is a programming language i am somewhat familiar with.
From the samples on the SDK it seems it requires a module to start writing that means each leap motion app starts with "import Leap" in python. however i do not have this "Leap" module and I am not sure where to download it.
Pretty much I would like to be able to play around and create some basic apps that can do some simple things, but I am not so sure on how I would actually need to write the program for leap motion and then also how to turn it into an application that can be opened and controlled with the Leap Motion device.