Need asap 2 different assignments

for wizard kim only
January 14, 2023
Write 300 words and use correct journal references
January 14, 2023

Need asap 2 different assignments

1.Create a function that pulls a picture from a URL and creates a thumbnail saved on your local machine.Since this assignment specifies the picture should be saved as a “thumbnail,” the full answer should include a function that decreases the image to a thumbnail size (saveThumbnail2). However, if the picture pulled from a URL was a thumbnail originally, your function should just save the image without resizing (saveThumbnail1).Review the program presented in Ch. 13.2 Program 163, “Writing Programs to Generate HTML,” of Introduction to Computing and Programming in Python.Zip your Python .py file and submit the.zip file so the code can be validated.2.Given a folder with images in it, create an HTML page named index.html that contains links to each JPEG file in the directory as follows:Write a function that creates a string of the path to a directory.Generate a thumbnail (half the size) copy of each image.Use makeEmptyPicture to create a blank picture in the correct size, then scale down the original picture into the blank picture.Name the new image “half-” + the original filename (e.g., if the original filename was fred.jpg, save the half-size image as half-fred.jpg). The anchor in the link to each full-size picture should be the half-size image.Review Ch. 13, “Making Text for the Web,” of Introduction to Computing and Programming in Python.Zip your Python .py file and submit the.zip file so the code can be validated.

 
Do you need a similar assignment done for you from scratch? We have qualified writers to help you. We assure you an A+ quality paper that is free from plagiarism. Order now for an Amazing Discount!
Use Discount Code "Newclient" for a 15% Discount!

NB: We do not resell papers. Upon ordering, we do an original paper exclusively for you.