i have 2 files, 1 containing on 200 tweets, , containing key words , values. typical tweet looks like: [41.923916200000001, -88.777469199999999] 6 2011-08-28 19:24:18 life moviee. and keywords love,10 like,5 best,10 hate,1 with 2 numbers @ beginning of tweet, use determine region tweet made in (shown below in code). & each individual tweet (each line in file), depending on number of keywords in tweet, add them, divided total of values associated them (per tweet) gives me score. question is, how able total scores tweets in region , divide number of tweets in region? below, put happynesstweetscore, how calculated score individual tweets in file (each line) contain keywords. part, i'm not sure how add values depending on region, , divide them depending on number of tweets in region ? should add them list depending on region add?? don't know. divided tweets 4 regions (latitude, long) using these values (rectangle) way @ bottom of code: p1 = (49.189787, -67.444574)...