|
|||||||
|
Showing results 1 to 9 of 9
Search took 0.00 seconds. Search: Posts Made By: chook |
|
Forum: Horse Race Betting Systems
|
|
Replies: 23
Views: 101,547
Posted By
chook
try tutorialspoint,com.python/index.html that gives examples of the language elements. i have not tried: learnpython.org, freecodecamp.org i might have used: pythonguides.com The best books are from... |
|
Forum: Horse Race Betting Systems
|
|
Replies: 97
Views: 235,885
Posted By
chook
runs = log(n) / log(p) n is number of races p is either your winning or losing probability runs is what you expect on a good day |
|
Forum: General Topics
|
|
Replies: 37
Views: 209,559
Posted By
chook
Shaun: try colour like this? a_res = **** "1st":'darkgreen', "2nd":'gold', "3rd":'blue', "4th":'purple' **** colour = 'black' if res in a_res: colour = a_res[res] key error happens if your... |
|
Forum: General Topics
|
|
Replies: 37
Views: 209,559
Posted By
chook
O'Reilley python cookbook 3 Beazley & Jones advise using UTC for your time calcs and then moving to local timezone. chapter 3.16, P 110 in third ed. from datetime import datetime #get your UTC... |
|
Forum: General Topics
|
|
Replies: 37
Views: 209,559
Posted By
chook
i hope this gets pasted properly ####### add row number rowo = 0 for Venue in Venues: Rtype = Venue["raceType"] Mname = Venue["meetingName"] Location =... |
|
Forum: General Topics
|
|
Replies: 37
Views: 209,559
Posted By
chook
#sorry for my rushed reply. #above the for Venue in venues: rowo = 0 for Venue in Venues: #add row=rowo to your .grid( lines #then at the bottom of that loop under Wcondition_label.grid(... |
|
Forum: General Topics
|
|
Replies: 37
Views: 209,559
Posted By
chook
|
|
Forum: General Topics
|
|
Replies: 37
Views: 209,559
Posted By
chook
my early morning guess does not work to make debug easier, change background colours just do a think like MNA_COLOR = "Red" LOC_COLOR = "Blue" and use that in places like your race info then, when... |
|
Forum: General Topics
|
|
Replies: 37
Views: 209,559
Posted By
chook
|
| Showing results 1 to 9 of 9 |