44%(9)4 out of 9 people found this document helpful
This preview shows page 1 - 2 out of 2 pages.
1 Week 7 Deliverables Overview: In 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 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. Be sure to develop and test your Python code in the AWS Cloud9 IDE provided for the class.You should continue to use the PEP Python Style guide mentioned in the book and found here: Some examples of Python Coding Style best practices include: Limit all lines to a maximum of 79 characters. Imports are always put at the top of the file, just after any module comments and before module globals and constants. Use 4 spaces for indentation.