1 / 1

CYB 130 Week 3 Individual: HTML and Python//tutorfortune.com

CYB 130 Week 3 Individual: HTML and Python//tutorfortune.com<br><br>Click on below link to buy<br>https://tutorfortune.com/products/cyb-130-week-3-individual-html-and-python<br><br>CYB 130 Week 3 Individual: HTML and Python<br> <br><br>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:<br><br>Write a function that creates a string of the path to a directory.<br><br><br>Generate a thumbnail (half the size) copy of each image.<br> <br><br>Use makeEmptyPicture to create a blank picture in the correct size, then scale down the original picture into the blank picture.<br><br>Name the new image u201chalf-u201d 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.<br><br><br>Review Ch. 13, u201cMaking Text for the Web,u201d of Introduction to Computing and Programming in Python.<br><br>Zip your Python .py file and submit the.zip file so the code can be validated.<br><br>Submit your assignment using the Assignment Files tab.<br>CYB 130 Week 3 Individual: HTML and Python<br><br><br>Click on below link to buy<br>https://tutorfortune.com/products/cyb-130-week-3-individual-html-and-python<br>

jimjim
Télécharger la présentation

CYB 130 Week 3 Individual: HTML and Python//tutorfortune.com

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CYB 130 Week 3 Individual: HTML and Python// tutorfortune.com Click on below link to buy https://tutorfortune.com/products/cyb-130-week-3-individual-html-and-python CYB 130 Week 3 Individual: HTML and Python   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. Submit your assignment using the Assignment Files tab. CYB 130 Week 3 Individual: HTML and Python Click on below link to buy https://tutorfortune.com/products/cyb-130-week-3-individual-html-and-python

More Related