Skip to main content

A package for generic tools that may be useful in scientific research projects. Python 3.10+

Project description

ResearchTools

A package for various tools that can be useful in scientific research projects. Two design principles drive this project.

  1. 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.
  2. 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

researchtools-0.0.2.tar.gz (13.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

researchtools-0.0.2-py2.py3-none-any.whl (15.0 kB view details)

Uploaded Python 2Python 3

File details

Details for the file researchtools-0.0.2.tar.gz.

File metadata

  • Download URL: researchtools-0.0.2.tar.gz
  • Upload date:
  • Size: 13.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.28.1

File hashes

Hashes for researchtools-0.0.2.tar.gz
Algorithm Hash digest
SHA256 5f99b9bffe3a93ba163b71e79a3d0a859b23ea0595038a24da130c8f5bc59856
MD5 df6c58a905b326c3c22a5ee4416027d0
BLAKE2b-256 8fd6d7a5fe8d7fc1d5e98dbe12baa7a5bfcd0e0e639ef5095e71723aec8892c0

See more details on using hashes here.

File details

Details for the file researchtools-0.0.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for researchtools-0.0.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 35f1a86ddae9ddbfc0741d43147819b5a11ef3feda1485de293a5d4b317fd949
MD5 583aaf479e121d461995d06e8cd2e3fc
BLAKE2b-256 16e2e3246a6215203976a0690e50bdea5bacbd757fba17d803ac3624433cf223

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page