Python library that takes in a list/tuple and returns a hash map with an element:count of element in the list/tuple as a key:value pair
Project description
py_functions
Python library that takes in a list/tuple and returns a hash map with an element:count of element in the list/tuple as a key:value pair
py_counter
DESCRIPTION:
py_counter is used to make element counting easier to perform duplicate element finding, or simply count of elements(integers or strings) in a list/tuple easier.
USAGE:
import package name
Create an instance of the class and assign it to a variable
Call the counter method referencing the variable instance that we created by passing a list or tuple as parameter.
SYNTAX:
import py_counter
variable_name = py_counter.py_counter()
print(variable_name.counter([list])) (or)
print(variable_name.counter([list]))
EXAMPLE CODE:
import py_counter
word = py_counter.py_counter()
print(word.counter([1,2,3,4,5,5]))
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file py_counter-2.0.tar.gz
.
File metadata
- Download URL: py_counter-2.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 695001532aaff7db1c44f0c9ec2c934ea056e2e9a1b44496d1a9f9bf27623779 |
|
MD5 | 788197c82059f7f6db9646380136a63a |
|
BLAKE2b-256 | 27e561696c7478e90777c79f4a70e865ea770384e338c5117634f13674d9bbdb |