No project description provided
Project description
pycones
...
basic utils
- flatten a list
flatten([1, 2, [3, [4, 5]]])
# [1, 2, 3, 4, 5]
- join lists into a string
list_join(list("abc"), list("def"), sep=",")
# "a,b,c,d,e,f"
- switch jupyter kernel into python or r
nb_kernel_switch(notebook_path, kernel='python')
- round a number to significant digits
signif_number(1.232, 2)
- concat two lists with None tolerance
concat_list([1,2,3], None)
concat_list([1,2,3], [4,5,6])
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
pycones-0.1.10.tar.gz
(2.2 kB
view details)
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 pycones-0.1.10.tar.gz.
File metadata
- Download URL: pycones-0.1.10.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.4 Linux/5.15.79.1-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de89411e416ddd8729572d61bad160953a5f05c50cc0b70fbfa319ffd64d36ae
|
|
| MD5 |
078bdcc0f507e362c50a9c034dde371c
|
|
| BLAKE2b-256 |
cd467e51df13d0a4849a61cba0d972688852a4b2a8af9bf8401ee51cc73c96e9
|
File details
Details for the file pycones-0.1.10-py3-none-any.whl.
File metadata
- Download URL: pycones-0.1.10-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.4 Linux/5.15.79.1-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87a10db31f4291b9d9f326287b01c0d5b3ba40b594eb295aa484c541453636fd
|
|
| MD5 |
0f569ceb768e07478434ad27b9a29ea0
|
|
| BLAKE2b-256 |
a58c165242499d92be061aa1bda1f8e1fa664ec80f2ab9b92d3e621e0f708df4
|