I know this is a vague question, but I was hoping to get some help. I know VBA well and was able to perform some simple tasks in python, as well as statistical programming language in R.
I want to create a simple application that allows me to capture data, some of which are captured from the keyboard. Every time there is a keystroke, I wanted to create a new record in my dataset.
In some context, consider creating a simple interface that allows me to track the location (and duration) of the puck in an NHL hockey game.
I'm not really a programmer, but I know enough to get into trouble, and I'm not sure where to start. I'm just looking for some thoughts on a very simple (non-profit) solution.
Thank you very much in advance.
EDIT: I want to capture how long the puck is in each zone. I plan to use the left / right direction keys to βfollowβ the puck from zone to each. Every time the puck changes to a zone, I want to βcloseβ the active record and start a new one. The start and end times will allow me to calculate how long the puck has been in the zone. I also need a way to stop creating a new record for things like faceoffs, tv time outs and the end of the period. I planned to use a space. I thought that if I did it right, when I follow it, the recorded clock should match what is on the game clock found on the TV. Yes, this is a crazy idea.
source share