https://github.com/zamberform/pycodecollection
a collection in python code when & where to develop
https://github.com/zamberform/pycodecollection
Last synced: 10 months ago
JSON representation
a collection in python code when & where to develop
- Host: GitHub
- URL: https://github.com/zamberform/pycodecollection
- Owner: zamberform
- License: gpl-3.0
- Created: 2019-08-19T10:18:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-19T11:00:37.000Z (almost 7 years ago)
- Last Synced: 2025-01-16T04:13:21.579Z (over 1 year ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyCodeCollection
a collection in python code when & where to develop
## MultiWorker
I think I use a cool class to fix the problems in asynchronous processing.
you can use it like `multi_worker_sample.py`
just do
```
python multi_worker_sample.py
```
* you should know your computer or container space.
Just Use in MacOS
```
system_profiler SPHardwareDataType
```