conversion of scipy recipy from https://github.com/scipy/scipy-cookbook from python2 to python3
Project description
Acknowledgement to original python 2 of handythread in https://github.com/scipy/scipy-cookbook/blob/master/ipython/attachments/Multithreading/handythread.py
simple code snippet
from handythread import foreach
array_to_update = list(range(10))
def f(x):
array_to_update[x] += 1
print (x)
time.sleep(0.2)
foreach(f,range(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
handythread3-0.0.2.tar.gz
(2.4 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 handythread3-0.0.2.tar.gz.
File metadata
- Download URL: handythread3-0.0.2.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/3.10.0 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eff839073f635318a76f7540ac0a73e644293fddee60bfd92585b61e9acd2fbe
|
|
| MD5 |
3a12e72298c126a435ed28454342337a
|
|
| BLAKE2b-256 |
69b412f719efc8f06c0e7cb212a52b403dfe3d00a2c0d3de5ce0c16501344b98
|
File details
Details for the file handythread3-0.0.2-py3-none-any.whl.
File metadata
- Download URL: handythread3-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/3.10.0 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a1befe450d61bd44af712bae1775d18b7712074efb4d70e6f7c11530e960fe6
|
|
| MD5 |
05097bf362a23c41450da5570c5c0de0
|
|
| BLAKE2b-256 |
c442e75b2fbb077e12e36f8067119217fbfae0ca03b7638285e5b90d32ebf0b1
|