Skip to main content

To ease lists management

Project description

This project has been made to easier to manage lists in Python 3. Sometimes for newbies manage elements into lists can be frustrating, and can make a simple problem become an upset problem.

Functionability

On this package are in total twelve functions to help you work with lists.

subtract_elements()

Allows subtraction from left values to right side values. Returns a list.

multiply_elements()

This function allows to multiply elements in list. Returns a list.

divide_elements()

Allows to divide from left to right side. Returns a list.

remove_repeated_elements()

Will remove repeated elements in array. Returns the array without repeated elements.

return_common_elements()

Returns common elements between two arrays. Returns a list.

return_uncommon_elements()

Returns uncommon elements between two arrays. Returns a list.

return_element_index()

Returns index(es) for a specific element in array. Returns a list.

element_average()

Returns the percentage represented by element in the array. Returns a float.

array_average()

Returns the array average. Returns a float.

array_mode()

Returns array mode. Returns an integer.

odd_array_median()

Returns median for an odd array. Can return a float or an integer.

pair_array_median()

Returns median for a pair array. Returns a float.

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

listManager-1.0.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

listManager-1.0-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page