A python library to make using lists more easy
Project description
Download
pip install Dem
What is Dem
Dem is a python library to make using list more easy
What dose it contain
Dem currently contains utilities to work with 2D lists(get_row, get_column, replace, find), convert 2d lists to 1d lists
example
import _2D
import convert._3D.to._1D
print(_2D.Replace([[1, 2, 3], [1, 2, 3], [1, 2, 3]], 3, 4))
print(_2D.Find([[1, 2, 3], [3, 2, 1], [3, 4, 5]], 2))
print(convert._3D.to._1D.RowMajor([[1, 2, 3], [3, 2, 1], [3, 4, 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
Dem-2.0.tar.gz
(1.5 kB
view details)
File details
Details for the file Dem-2.0.tar.gz
.
File metadata
- Download URL: Dem-2.0.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 994307127043387f859a135bb58dd49fb8b156ce3a799d50620f415bae5995c8 |
|
MD5 | eabbc3650f94d05ab7e5594de2f04123 |
|
BLAKE2b-256 | d8215eb44e48ce9d2ecae0ca55f0a9642da4b7e27492613bd47c4a12167c261b |