Starting from:

$30

SDEV300-Lab 6 Solved

In this week, you have studied additional Python language syntax for adding HTML tags through functions and using the Python Flask module. The Lab for this week demonstrates your knowledge of this additional Python functionality. Be sure to use the examples in the textbook reading along with the associate libraries, functions and processes when completing the assignments for this week.  

 

Python Applications for Lab6:  

This exercise uses the AWS Cloud9 environment to generate a simple Web page using

Python flask. The Web page should include all basic components of the HTML structure including:

<!DOCTYPE html 

<html 

    <head 

        <titlePage Title</title 

    </head 

<body 

    ...your page content... 

</body 

</html   

In addition to the basic HTML structure components listed above, your web page should demonstrate and include the following HTML tags and functionality:

•        At least 3 different Headings  (e.g. <h1, <h2, <h3)

•        Paragraph (<p)

•        Comments <!-- --)

•        Ordered list

1

 

•        Unordered list

•        At least 3 Links to other External Web Sites

•        Display the Date and Time on the Web page (Hint: Just use the Python date/time functions to display in HTML)

The content and topic of the Web site is up to you. It should be unique and something you want to create.  

Hints:  

1.      Be sure to end tags that are started (e.g. <h1 </h1)  

2.      Start early. This will take you longer than you think.

3.      Be sure to send me questions, if you need assistance.

2. Document your results of the application running from the AWS Cloud9 classroom environment.  Provide screen captures and descriptions of you running the Python application within AWS Cloud9 verifying you successfully started and have navigated to your Web application using your Browser. Show screen captures of your Web application running on the Browser. 

More products