Skip to main content

A python library to make using lists more easy

Project description

https://pypi.org/project/Dem https://pypi.org/project/Dem

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 hashes)

Uploaded Source

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