Smartgambler
Pro-Punter

Go Back   OZmium Sports Betting and Horse Racing Forums > Search Forums
User Name
Password
Register FAQ Search Today's Posts Mark all topics as read

Showing results 1 to 9 of 9
Search took 0.00 seconds.
Search: Posts Made By: chook
Forum: Horse Race Betting Systems 9th April 2022, 03:08 PM
Replies: 23
Views: 101,547
Posted By chook
free turorial python

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 1st August 2021, 09:55 AM
Replies: 97
Views: 235,885
Posted By chook
expectations on winning or losing

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 13th March 2021, 03:42 AM
Replies: 37
Views: 209,559
Posted By chook
Shaun: try colour like this? a_res = **** ...

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 10th November 2020, 06:21 AM
Replies: 37
Views: 209,559
Posted By chook
Talking cookbook

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 14th October 2020, 12:44 PM
Replies: 37
Views: 209,559
Posted By chook
i hope this gets pasted properly ####### add row...

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 14th October 2020, 10:54 AM
Replies: 37
Views: 209,559
Posted By chook
#sorry for my rushed reply. #above the for Venue...

#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 14th October 2020, 05:30 AM
Replies: 37
Views: 209,559
Posted By chook
Smile label.grid( row=0,column=0,sticky=w)

label.grid( row=0,column=0,sticky=w)
Forum: General Topics 14th October 2020, 03:58 AM
Replies: 37
Views: 209,559
Posted By chook
my early morning guess does not work to make...

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 14th October 2020, 03:38 AM
Replies: 37
Views: 209,559
Posted By chook
try .strip() on the entries

try .strip()
on the entries
Showing results 1 to 9 of 9

 
Forum Jump

All times are GMT +10. The time now is 06:18 PM.


Powered by: vBulletin Version 3.0.3
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
©2008 OZmium Pty. Ltd. All rights reserved . ACN 091184655