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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file listManager-1.0.tar.gz.
File metadata
- Download URL: listManager-1.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86e41dc4d62a235c23fb8a6dc60ccf8bfdd351f7b4dae31d61e5dae83aee9f61
|
|
| MD5 |
d3aa6cc8bd85f8e66bb7ecd95187b452
|
|
| BLAKE2b-256 |
0e3b991f1884a5162a405a49cb0f451b92011a175c6612d48440ed666866ac74
|
File details
Details for the file listManager-1.0-py3-none-any.whl.
File metadata
- Download URL: listManager-1.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9676cd7cb99e2fc4473dad54aa292a082f29f33a44d6d42ac043eebaec54e36
|
|
| MD5 |
af877b2e19f9be4383cb383763363186
|
|
| BLAKE2b-256 |
bfdeaf26783e57145c09a9f467c10bdfd843919d7abfe90591fbd95b914c2cdc
|