The purpose of this assignment is to demonstrate how scripting languages can interact to produce common results that are seen on the Web every day.

Create a JES script that adds a journal entry to your webserver blog database.

The entry should include a title field, along with a file upload prompt. Review the information in “IT/Python Web Forms & UI,” prior to beginning the assignment.

Using your homepage from Topic 3, create a Python script that prompts the user for a title, description, and filename of your Python program and add the following to the bottom of the existing homepage:

Add the post title with an emphasis
Add the post description beneath the post title
Create a hyperlink to the Python file using the filename input
Create another hyperlink to the page you will create in the Web Showcase assignment.

Sample Solution

This question has been answered.

Get Answer