Question: python Onlicuity Level: Intermediate Estimated Time: 1-3 hr Core Deadline: Monday of Week 8 Packages Assignment: 1. Create a Python Class that can perform the


Onlicuity Level: Intermediate Estimated Time: 1-3 hr Core Deadline: Monday of Week 8 Packages Assignment: 1. Create a Python Class that can perform the following methods when given a random list of numbers of variable length. 2. Create 2 additional methods to add to the below class that you think would be useful. 3. Load your package to test PyPI 4. Submit a compressed file that includes: Jur ter notebook with your class and make sure that the last cells are the test of your package as we did in the lecture The folder that includes your packages files as demoed in the lecture. class MyClass: class MyClass: # Initialize the class correctly def __init__(): pass Return the max value in the list def return_max(): pass # Return the minimum vale in the list def return_min(): pass # Return the max value squared def return_max_squared(): pass # Return length of the list: def return_length(): pass # Return the sum of all posttive numbers only def return_positive_sum(): pass Return the count of all negative numbers (How many negative numbers are in the list) def return_negative_count(): pass # Create 2 additional methods of your choice def method_one(): pass def method_two(): pass Finish making the Class in the Assignment Add 2 Additional methods to the class Submit you package folder and Jupyter Notebook compressed file Files No file chosen UPLOAD Or Add Github Url
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
