Skip to content

Kumaava/Darwin_lab-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Darwin_labs-exercise

Library and skills used : Python, BeautifulSoup, Selenium, Parsing, urllib, requests, JSON, function oriented programming.

Question1=> Read file "data.json", and write a recursive function to convert every value of key "quantity" to 23gm, 50gm and 260gm. Presently data is given for 100gm. screen shot 2017-07-27 at 11 34 40 am

Question2=> Parse "http://www.tennisabstract.com/cgi-bin/player.cgi?p=" website to get any player's ace percentage, serve point winning percentage and reverse point winning percentage (from last 10 matches) using python requests or urllib.

Using Selenium screen shot 2017-07-27 at 10 04 17 am

Using requests library only screen shot 2017-07-29 at 11 29 24 pm

Question3=> Analyse tennis matches at betfair to pointout the circumstances which can give positive outcome while hedging at betfair. You can use tableau for analysis and we can provide data to you for analysis.