Week 7 Deliverables Overviewin This Week You Have Studied Additional This week, you have studied additional Python language syntax for adding Image, Table, and Form HTML tags through functions and using the Python Flask module. The lab demonstrates your understanding of this functionality. Complete the assignment by developing and testing your Python code in the AWS Cloud9 IDE provided for the class, following the examples in the textbook and utilizing associated libraries, functions, and processes. Ensure adherence to the PEP Python Style guide, including limiting lines to 79 characters, placing imports at the top of the file after module comments, and using 4 spaces for indentation. The submission requires two files: a Python script for the enhanced web page and a PDF or Word document showing your test results and documentation. The project, worth 80 points, involves enhancing the web page created last week with additional features, specifically with images, a table, and a form using Python Flask. The web page must include the basic HTML structure, including the page title and content, along with the new components. Additional requirements include: at least four local images stored on the Cloud9 IDE environment, a table with at least four rows and three columns, and a form allowing user input with two text fields, one textarea, and a dropdown select component. The form should include submit and reset buttons, use POST as the action type, and send submitted data to a Cloud9 output file. The content and topics of the images, table, and form are flexible, but should be relevant and meaningful. Testing should verify all functionalities—from input to output—within the AWS Cloud9 environment. Document your process by including screenshots of the running application, both within Cloud9 and in the browser, demonstrating successful deployment and usage. Start early, test thoroughly, and seek assistance if needed. Follow all submission instructions carefully to avoid academic integrity violations.
Paper For Above instruction Introduction The integration of Python with HTML to develop dynamic web pages is a fundamental skill in modern web development. Leveraging Python’s Flask framework facilitates creating web applications that include images, tables, and forms, which are essential components of interactive websites. In this paper, we detail