Question: Programming with Python 1.Does the program execute with no errors 2.The program should contain: Good flow control, good use of functions, code should be as

Programming with Python

1.Does the program execute with no errors

2.The program should contain: Good flow control, good use of functions, code should be as clean as possible (i.e. writing the smallest amount of code necessary to complete the function), and contain examples of lists or dictionaries.

3.The project should be well documented. Make use of block and line comments to describe the program as a whole, individual functions, and major areas of the project

4. Use of the logging module. This should be used in place of where you might have had print statements (unless your project was intended to have console output. Refer to Chapter 10 Debugging. You should import the module, setup the basic config, and then you must have a combination of logging.debug and logging.critical statements used appropriately. You can use any additional logging level you choose, possibly logging.warning

5. Use of Object-Oriented Programming. This can be you creating your own classes and modules OR the use of third party modules. If using third party modules, be sure to put in the comments the packages that need to be installed (probably from pip).

Please help me with this project.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!