A package for various tools that can be useful in scientific research projects.
Project description
ResearchTools
A package for various tools that can be useful in scientific research projects. Two design principles drive this project.
-
Heavy emphasis on using functions/closures, procedures are typically more straightforward to re-purpose than Classes/Objects.
- Closures typically serve a single purpose, and may expose 1-2 other fields for manipulating internal variables.
- Keep it Simple and Modular, memory is in no shortage these days but CPU cycles are always costly.
- Numpy ND-arrays for anything that will be used for number-crunching.
- When more structure is needed, we use the base Python datatypes as much as possible.
- Lists for mutable integer-indexed Iterables, Tuples for immutable.
- Dicts for key-value mappings.
- Closures typically serve a single purpose, and may expose 1-2 other fields for manipulating internal variables.
-
Everything should be as fast as possible, targetting high performance computing.
- Numba-accelerated and vectorized functions where it makes sense.
- Memoization module for caching the results of expensive functions.
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
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 researchtools-0.0.1.tar.gz.
File metadata
- Download URL: researchtools-0.0.1.tar.gz
- Upload date:
- Size: 12.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b03d9e8a7438160879917f83f6a405d7be354d7be7bfc50720114598b6334e11
|
|
| MD5 |
7da789786022049aea4fae2fcd7fd1ad
|
|
| BLAKE2b-256 |
631d845a97adebf457e3abfa1908cf7cd79b38b80015c89ac003911cc3daf435
|
File details
Details for the file researchtools-0.0.1-py2.py3-none-any.whl.
File metadata
- Download URL: researchtools-0.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 13.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
78c92971d219d5e7234ecf3ab51df22e60b25470c0d8dcf7547132bb87785849
|
|
| MD5 |
2e991aa18e023ae2ce6100f6174e6d89
|
|
| BLAKE2b-256 |
c18c13cb8211699584461bfa8e1be3700670ea1e9a243976d84b37af2daf9bc6
|