A collection of functionalities used throughout my career.
Project description
A list of personal functionalities used throughout my career.
Each functionality will be short and have a single purpose.
Firstly, I will list each functionality with a one sentence description. Following each functionality will be demonstrated along with an example and output.
Enjoy.
Description:
-
split_x_into_n: Splits two variables into a list of n parts from [0, ..., x]
-
count_occurence:
Examples:
- split_x_into_n:
split(10, 5)
output: [0, 2, ,4, 6, 8, 10]
split(10, 5, include_zero=False)
output: [2, 4, 6, 8, 10]
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 meyworldutils-0.1.1.tar.gz.
File metadata
- Download URL: meyworldutils-0.1.1.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca13a899da70944b16cd86d25609be2aba847ac7d8628cc3f1e83837f743624f
|
|
| MD5 |
b4ad399ae0620a43a8b354c82c8b75a0
|
|
| BLAKE2b-256 |
3c8cfae5a7188ecb6aa06bc64cfd868b7ce3582f7d9dbf39f4d876f8285749e2
|
File details
Details for the file meyworldutils-0.1.1-py3-none-any.whl.
File metadata
- Download URL: meyworldutils-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
508fb3963a81f2d5b7c1ef803fbc81d9e9e2c29034e8071c0c94091cbfe38ceb
|
|
| MD5 |
77ad897a3882a3429f5a8b44e4490784
|
|
| BLAKE2b-256 |
25546f4d5ed925ca1e377152bc0f7b79c55557b924113029d796e3fa6ebe7156
|