Computer science and IT assignments

May 8, 2020

Check/ improve simple Python Code

Creating function for AWS API Gateway endpoint: import jsonimport random def lambda_handler(event, context):    # TODO implement    Cheeses = [“fromage”, “”, “formaggio”, “ost”]      […]
May 8, 2020

Check/ improve simple Python Code

Creating function for AWS API Gateway endpoint: import jsonimport random def lambda_handler(event, context):    # TODO implement    Cheeses = [“fromage”, “”, “formaggio”, “ost”]      […]
May 8, 2020

Check/ improve simple Python Code

Creating function for AWS API Gateway endpoint: import jsonimport random def lambda_handler(event, context):    # TODO implement    Cheeses = [“fromage”, “”, “formaggio”, “ost”]      […]
May 8, 2020

Check/ improve simple Python Code

Creating function for AWS API Gateway endpoint: import jsonimport random def lambda_handler(event, context):    # TODO implement    Cheeses = [“fromage”, “”, “formaggio”, “ost”]      […]
May 8, 2020

web scraping

Scrape university websites (below) to create a data set of professors working there (name, date of birth, year when phD obtained, University where PhD was obtained). […]