Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Programming with Python Please make a program with python that fulfills the requirements. 1.Does the program execute with no errors 2.The program should contain: Good

Programming with Python

Please make a program with python that fulfills the requirements.

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).

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Semantics In Databases Second International Workshop Dagstuhl Castle Germany January 2001 Revised Papers Lncs 2582

Authors: Leopoldo Bertossi ,Gyula O.H. Katona ,Klaus-Dieter Schewe ,Bernhard Thalheim

2003rd Edition

3540009574, 978-3540009573

More Books

Students also viewed these Databases questions